#35421C

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

Shades of Turtle Green #35421C

Tints of Turtle Green #35421C

Color information

#35421C (or 0x35421C) is unknown color: approx Turtle Green. HEX triplet: 35, 42 and 1C. RGB value is (53,66,28). Sum of RGB (Red+Green+Blue) = 53+66+28=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #35421C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35421C is #CABDE3. Grayscale: #393939. Windows color (decimal): -13286884 or 1851957. OLE color: 1851957.

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

Color convert

RGB536628-
CMYK0.2000.580.74
HSL80.53º40.43%18.43%-
HSV(B)80.53º57.58%25.88%-
XYZ3.634.741.82-
YUV57.78111.19124.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 66 (26.17% from 255) = 44.90%
BLUE value IS 28 (11.33% from 255) = 19.05%
R=36.05%
G=44.90%
B=19.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5366280.2000.580.7480.5340.4318.43
Hex35421C1403A4A512812
Octal6510234240721121215022
Binary1101011000010111001010001110101001010101000110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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