#39411A

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

Shades of Turtle Green #39411A

Tints of Turtle Green #39411A

Color information

#39411A (or 0x39411A) is unknown color: approx Turtle Green. HEX triplet: 39, 41 and 1A. RGB value is (57,65,26). Sum of RGB (Red+Green+Blue) = 57+65+26=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #39411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39411A is #C6BEE5. Grayscale: #3A3A3A. Windows color (decimal): -13024998 or 1720633. OLE color: 1720633.

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

Color convert

RGB576526-
CMYK0.1200.600.75
HSL72.31º42.86%17.84%-
HSV(B)72.31º60%25.49%-
XYZ3.764.731.69-
YUV58.16109.85127.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.51%
GREEN value IS 65 (25.78% from 255) = 43.92%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=38.51%
G=43.92%
B=17.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5765260.1200.600.7572.3142.8617.84
Hex39411AC03C4B482b12
Octal7110132140741131105322
Binary111001100000111010110001111001001011100100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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