#384307

Color #384307 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #384307

Tints of Turtle Green #384307

Color information

#384307 (or 0x384307) is unknown color: approx Turtle Green. HEX triplet: 38, 43 and 07. RGB value is (56,67,7). Sum of RGB (Red+Green+Blue) = 56+67+7=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #384307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384307 is #C7BCF8. Grayscale: #393939. Windows color (decimal): -13090041 or 475960. OLE color: 475960.

HSL color Cylindrical-coordinate representation of color #384307: hue angle of 71º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #384307 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.74.

Color convert

RGB56677-
CMYK0.1600.900.74
HSL71º81.08%14.51%-
HSV(B)71º89.55%26.27%-
XYZ3.684.870.95-
YUV56.8799.86127.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 43.08%
GREEN value IS 67 (26.56% from 255) = 51.54%
BLUE value IS 7 (3.12% from 255) = 5.38%
R=43.08%
G=51.54%
B=5.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal566770.1600.900.747181.0814.51
Hex384371005A4A4751f
Octal70103720013211210712117
Binary111000100001111110000010110101001010100011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384307; }

 p { color: rgb(56,67,7); }

 H1.HeaderClassName
 {
   color: #384307;
 }
 .AnyTagClassName
 {
   color: #384307;
 }
</style>
background-color css

<style>
 a { background-color: #384307; }

 a { background-color: rgb(56,67,7); }

 div.DivClassName
 {
   background-color: #384307;
 }
 .BgClassName
 {
   background-color: #384307;
 }
</style>
border-color css

<style>
 span { border-color: #384307; }

 span { border-color: rgb(56,67,7); }

 td.TdClassName
 {
   border-color: #384307;
 }
 .TagClassName
 {
   border-color: #384307;
 }
</style>