#39380C

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

Shades of Turtle Green #39380C

Tints of Turtle Green #39380C

Color information

#39380C (or 0x39380C) is unknown color: approx Turtle Green. HEX triplet: 39, 38 and 0C. RGB value is (57,56,12). Sum of RGB (Red+Green+Blue) = 57+56+12=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #39380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39380C is #C6C7F3. Grayscale: #333333. Windows color (decimal): -13027316 or 800825. OLE color: 800825.

HSL color Cylindrical-coordinate representation of color #39380C: hue angle of 58.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39380C is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB575612-
CMYK00.020.790.78
HSL58.67º65.22%13.53%-
HSV(B)58.67º78.95%22.35%-
XYZ3.173.720.9-
YUV51.28105.83132.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.6%
GREEN value IS 56 (22.27% from 255) = 44.8%
BLUE value IS 12 (5.08% from 255) = 9.6%
R=45.6%
G=44.8%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57561200.020.790.7858.6765.2213.53
Hex3938C024F4E3b41e
Octal717014021171167310116
Binary11100111100011000101001111100111011101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39380C; }

 p { color: rgb(57,56,12); }

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

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

 a { background-color: rgb(57,56,12); }

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

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

 span { border-color: rgb(57,56,12); }

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