#35420F

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

Shades of Turtle Green #35420F

Tints of Turtle Green #35420F

Color information

#35420F (or 0x35420F) is unknown color: approx Turtle Green. HEX triplet: 35, 42 and 0F. RGB value is (53,66,15). Sum of RGB (Red+Green+Blue) = 53+66+15=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #35420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35420F is #CABDF0. Grayscale: #383838. Windows color (decimal): -13286897 or 999989. OLE color: 999989.

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

Color convert

RGB536615-
CMYK0.2000.770.74
HSL75.29º62.96%15.88%-
HSV(B)75.29º77.27%25.88%-
XYZ3.54.691.17-
YUV56.3104.69125.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 66 (26.17% from 255) = 49.25%
BLUE value IS 15 (6.25% from 255) = 11.19%
R=39.55%
G=49.25%
B=11.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5366150.2000.770.7475.2962.9615.88
Hex3542F1404D4A4b3f10
Octal65102172401151121137720
Binary1101011000010111110100010011011001010100101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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