#35420E

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

Shades of Turtle Green #35420E

Tints of Turtle Green #35420E

Color information

#35420E (or 0x35420E) is unknown color: approx Turtle Green. HEX triplet: 35, 42 and 0E. RGB value is (53,66,14). Sum of RGB (Red+Green+Blue) = 53+66+14=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #35420E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35420E is #CABDF1. Grayscale: #383838. Windows color (decimal): -13286898 or 934453. OLE color: 934453.

HSL color Cylindrical-coordinate representation of color #35420E: hue angle of 75º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35420E is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB536614-
CMYK0.2000.790.74
HSL75º65%15.69%-
HSV(B)75º78.79%25.88%-
XYZ3.54.691.14-
YUV56.18104.19125.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 66 (26.17% from 255) = 49.62%
BLUE value IS 14 (5.86% from 255) = 10.53%
R=39.85%
G=49.62%
B=10.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5366140.2000.790.74756515.69
Hex3542E1404F4A4b4110
Octal651021624011711211310120
Binary11010110000101110101000100111110010101001011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35420E; }

 p { color: rgb(53,66,14); }

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

<style>
 a { background-color: #35420E; }

 a { background-color: rgb(53,66,14); }

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

<style>
 span { border-color: #35420E; }

 span { border-color: rgb(53,66,14); }

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