#384009

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

Shades of Turtle Green #384009

Tints of Turtle Green #384009

Color information

#384009 (or 0x384009) is unknown color: approx Turtle Green. HEX triplet: 38, 40 and 09. RGB value is (56,64,9). Sum of RGB (Red+Green+Blue) = 56+64+9=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #384009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384009 is #C7BFF6. Grayscale: #373737. Windows color (decimal): -13090807 or 606264. OLE color: 606264.

HSL color Cylindrical-coordinate representation of color #384009: hue angle of 68.73º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #384009 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB56649-
CMYK0.1300.860.75
HSL68.73º75.34%14.31%-
HSV(B)68.73º85.94%25.1%-
XYZ3.514.530.95-
YUV55.34101.85128.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 64 (25.39% from 255) = 49.61%
BLUE value IS 9 (3.91% from 255) = 6.98%
R=43.41%
G=49.61%
B=6.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal566490.1300.860.7568.7375.3414.31
Hex38409D0564B454be
Octal701001115012611310511316
Binary111000100000010011101010101101001011100010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384009; }

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

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

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

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

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

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

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

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