#3E410A

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

Shades of Turtle Green #3E410A

Tints of Turtle Green #3E410A

Color information

#3E410A (or 0x3E410A) is unknown color: approx Turtle Green. HEX triplet: 3E, 41 and 0A. RGB value is (62,65,10). Sum of RGB (Red+Green+Blue) = 62+65+10=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #3E410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E410A is #C1BEF5. Grayscale: #3A3A3A. Windows color (decimal): -12697334 or 672062. OLE color: 672062.

HSL color Cylindrical-coordinate representation of color #3E410A: hue angle of 63.27º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E410A is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB626510-
CMYK0.0500.850.75
HSL63.27º73.33%14.71%-
HSV(B)63.27º84.62%25.49%-
XYZ3.934.831.01-
YUV57.83101.01130.97-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.26%
GREEN value IS 65 (25.78% from 255) = 47.45%
BLUE value IS 10 (4.30% from 255) = 7.30%
R=45.26%
G=47.45%
B=7.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6265100.0500.850.7563.2773.3314.71
Hex3E41A50554B3f49f
Octal7610112501251137711117
Binary1111101000001101010101010101100101111111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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