#384208

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

Shades of Turtle Green #384208

Tints of Turtle Green #384208

Color information

#384208 (or 0x384208) is unknown color: approx Turtle Green. HEX triplet: 38, 42 and 08. RGB value is (56,66,8). Sum of RGB (Red+Green+Blue) = 56+66+8=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #384208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384208 is #C7BDF7. Grayscale: #383838. Windows color (decimal): -13090296 or 541240. OLE color: 541240.

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

Color convert

RGB56668-
CMYK0.1500.880.74
HSL70.34º78.38%14.51%-
HSV(B)70.34º87.88%25.88%-
XYZ3.624.750.96-
YUV56.4100.69127.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.08%
GREEN value IS 66 (26.17% from 255) = 50.77%
BLUE value IS 8 (3.52% from 255) = 6.15%
R=43.08%
G=50.77%
B=6.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal566680.1500.880.7470.3478.3814.51
Hex38428F0584A464ef
Octal701021017013011210611617
Binary111000100001010001111010110001001010100011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384208; }

 p { color: rgb(56,66,8); }

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

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

 a { background-color: rgb(56,66,8); }

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

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

 span { border-color: rgb(56,66,8); }

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