#39410B

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

Shades of Turtle Green #39410B

Tints of Turtle Green #39410B

Color information

#39410B (or 0x39410B) is unknown color: approx Turtle Green. HEX triplet: 39, 41 and 0B. RGB value is (57,65,11). Sum of RGB (Red+Green+Blue) = 57+65+11=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #39410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39410B is #C6BEF4. Grayscale: #383838. Windows color (decimal): -13025013 or 737593. OLE color: 737593.

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

Color convert

RGB576511-
CMYK0.1200.830.75
HSL68.89º71.05%14.9%-
HSV(B)68.89º83.08%25.49%-
XYZ3.644.671.03-
YUV56.45102.35128.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.86%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 11 (4.69% from 255) = 8.27%
R=42.86%
G=48.87%
B=8.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5765110.1200.830.7568.8971.0514.9
Hex3941BC0534B4547f
Octal711011314012311310510717
Binary111001100000110111100010100111001011100010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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