#3E440A

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

Shades of Turtle Green #3E440A

Tints of Turtle Green #3E440A

Color information

#3E440A (or 0x3E440A) is unknown color: approx Turtle Green. HEX triplet: 3E, 44 and 0A. RGB value is (62,68,10). Sum of RGB (Red+Green+Blue) = 62+68+10=140 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.29% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #3E440A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E440A is #C1BBF5. Grayscale: #3B3B3B. Windows color (decimal): -12696566 or 672830. OLE color: 672830.

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

Color convert

RGB626810-
CMYK0.0900.850.73
HSL66.21º74.36%15.29%-
HSV(B)66.21º85.29%26.67%-
XYZ4.115.181.07-
YUV59.59100.01129.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.29%
GREEN value IS 68 (26.95% from 255) = 48.57%
BLUE value IS 10 (4.30% from 255) = 7.14%
R=44.29%
G=48.57%
B=7.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6268100.0900.850.7366.2174.3615.29
Hex3E44A905549424af
Octal761041211012511110211217
Binary111110100010010101001010101011001001100001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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