#384D09

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

Shades of Turtle Green #384D09

Tints of Turtle Green #384D09

Color information

#384D09 (or 0x384D09) is unknown color: approx Turtle Green. HEX triplet: 38, 4D and 09. RGB value is (56,77,9). Sum of RGB (Red+Green+Blue) = 56+77+9=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 77 (30.47% from 255 or 54.23% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 77 - color contains mainly: green. Hex color #384D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384D09 is #C7B2F6. Grayscale: #3F3F3F. Windows color (decimal): -13087479 or 609592. OLE color: 609592.

HSL color Cylindrical-coordinate representation of color #384D09: hue angle of 78.53º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #384D09 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB56779-
CMYK0.2700.880.70
HSL78.53º79.07%16.86%-
HSV(B)78.53º88.31%30.2%-
XYZ4.336.171.22-
YUV62.9797.54123.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 77 (30.47% from 255) = 54.23%
BLUE value IS 9 (3.91% from 255) = 6.34%
R=39.44%
G=54.23%
B=6.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal567790.2700.880.7078.5379.0716.86
Hex384D91B058464f4f11
Octal701151133013010611711721
Binary11100010011011001110110101100010001101001111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384D09; }

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

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

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

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

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

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

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

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