#39411D

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

Shades of Turtle Green #39411D

Tints of Turtle Green #39411D

Color information

#39411D (or 0x39411D) is unknown color: approx Turtle Green. HEX triplet: 39, 41 and 1D. RGB value is (57,65,29). Sum of RGB (Red+Green+Blue) = 57+65+29=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #39411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39411D is #C6BEE2. Grayscale: #3A3A3A. Windows color (decimal): -13024995 or 1917241. OLE color: 1917241.

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

Color convert

RGB576529-
CMYK0.1200.550.75
HSL73.33º38.3%18.43%-
HSV(B)73.33º55.38%25.49%-
XYZ3.84.741.88-
YUV58.5111.35126.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 65 (25.78% from 255) = 43.05%
BLUE value IS 29 (11.72% from 255) = 19.21%
R=37.75%
G=43.05%
B=19.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5765290.1200.550.7573.3338.318.43
Hex39411DC0374B492612
Octal7110135140671131114622
Binary111001100000111101110001101111001011100100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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