#35421D

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

Shades of Turtle Green #35421D

Tints of Turtle Green #35421D

Color information

#35421D (or 0x35421D) is unknown color: approx Turtle Green. HEX triplet: 35, 42 and 1D. RGB value is (53,66,29). Sum of RGB (Red+Green+Blue) = 53+66+29=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #35421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35421D is #CABDE2. Grayscale: #3A3A3A. Windows color (decimal): -13286883 or 1917493. OLE color: 1917493.

HSL color Cylindrical-coordinate representation of color #35421D: hue angle of 81.08º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35421D is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB536629-
CMYK0.2000.560.74
HSL81.08º38.95%18.63%-
HSV(B)81.08º56.06%25.88%-
XYZ3.644.741.89-
YUV57.9111.69124.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.81%
GREEN value IS 66 (26.17% from 255) = 44.59%
BLUE value IS 29 (11.72% from 255) = 19.59%
R=35.81%
G=44.59%
B=19.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5366290.2000.560.7481.0838.9518.63
Hex35421D140384A512713
Octal6510235240701121214723
Binary1101011000010111011010001110001001010101000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35421D; }

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

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

<style>
 a { background-color: #35421D; }

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

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

<style>
 span { border-color: #35421D; }

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

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