#39440B

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

Shades of Turtle Green #39440B

Tints of Turtle Green #39440B

Color information

#39440B (or 0x39440B) is unknown color: approx Turtle Green. HEX triplet: 39, 44 and 0B. RGB value is (57,68,11). Sum of RGB (Red+Green+Blue) = 57+68+11=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #39440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39440B is #C6BBF4. Grayscale: #3A3A3A. Windows color (decimal): -13024245 or 738361. OLE color: 738361.

HSL color Cylindrical-coordinate representation of color #39440B: hue angle of 71.58º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #39440B is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB576811-
CMYK0.1600.840.73
HSL71.58º72.15%15.49%-
HSV(B)71.58º83.82%26.67%-
XYZ3.815.031.09-
YUV58.21101.36127.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.91%
GREEN value IS 68 (26.95% from 255) = 50%
BLUE value IS 11 (4.69% from 255) = 8.09%
R=41.91%
G=50%
B=8.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5768110.1600.840.7371.5872.1515.49
Hex3944B10054494848f
Octal711041320012411111011017
Binary1110011000100101110000010101001001001100100010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39440B; }

 p { color: rgb(57,68,11); }

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

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

 a { background-color: rgb(57,68,11); }

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

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

 span { border-color: rgb(57,68,11); }

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