#3E410B

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

Shades of Turtle Green #3E410B

Tints of Turtle Green #3E410B

Color information

#3E410B (or 0x3E410B) is unknown color: approx Turtle Green. HEX triplet: 3E, 41 and 0B. RGB value is (62,65,11). Sum of RGB (Red+Green+Blue) = 62+65+11=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #3E410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E410B is #C1BEF4. Grayscale: #3A3A3A. Windows color (decimal): -12697333 or 737598. OLE color: 737598.

HSL color Cylindrical-coordinate representation of color #3E410B: hue angle of 63.33º 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 #3E410B is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB626511-
CMYK0.0500.830.75
HSL63.33º71.05%14.9%-
HSV(B)63.33º83.08%25.49%-
XYZ3.944.831.04-
YUV57.95101.51130.89-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.93%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 11 (4.69% from 255) = 7.97%
R=44.93%
G=47.10%
B=7.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6265110.0500.830.7563.3371.0514.9
Hex3E41B50534B3f47f
Octal7610113501231137710717
Binary1111101000001101110101010011100101111111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E410B; }

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

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

<style>
 a { background-color: #3E410B; }

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

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

<style>
 span { border-color: #3E410B; }

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

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