#384209

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

Shades of Turtle Green #384209

Tints of Turtle Green #384209

Color information

#384209 (or 0x384209) is unknown color: approx Turtle Green. HEX triplet: 38, 42 and 09. RGB value is (56,66,9). Sum of RGB (Red+Green+Blue) = 56+66+9=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #384209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384209 is #C7BDF6. Grayscale: #383838. Windows color (decimal): -13090295 or 606776. OLE color: 606776.

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

Color convert

RGB56669-
CMYK0.1500.860.74
HSL70.53º76%14.71%-
HSV(B)70.53º86.36%25.88%-
XYZ3.634.760.99-
YUV56.51101.19127.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 66 (26.17% from 255) = 50.38%
BLUE value IS 9 (3.91% from 255) = 6.87%
R=42.75%
G=50.38%
B=6.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal566690.1500.860.7470.537614.71
Hex38429F0564A474cf
Octal701021117012611210711417
Binary111000100001010011111010101101001010100011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384209; }

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

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

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

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

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

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

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

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