#39411B

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

Shades of Turtle Green #39411B

Tints of Turtle Green #39411B

Color information

#39411B (or 0x39411B) is unknown color: approx Turtle Green. HEX triplet: 39, 41 and 1B. RGB value is (57,65,27). Sum of RGB (Red+Green+Blue) = 57+65+27=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #39411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39411B is #C6BEE4. Grayscale: #3A3A3A. Windows color (decimal): -13024997 or 1786169. OLE color: 1786169.

HSL color Cylindrical-coordinate representation of color #39411B: hue angle of 72.63º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39411B is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB576527-
CMYK0.1200.580.75
HSL72.63º41.3%18.04%-
HSV(B)72.63º58.46%25.49%-
XYZ3.784.731.75-
YUV58.28110.35127.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.26%
GREEN value IS 65 (25.78% from 255) = 43.62%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=38.26%
G=43.62%
B=18.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5765270.1200.580.7572.6341.318.04
Hex39411BC03A4B492912
Octal7110133140721131115122
Binary111001100000111011110001110101001011100100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,65,27); }

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

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

 a { background-color: rgb(57,65,27); }

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

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

 span { border-color: rgb(57,65,27); }

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