#35441A

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

Shades of Turtle Green #35441A

Tints of Turtle Green #35441A

Color information

#35441A (or 0x35441A) is unknown color: approx Turtle Green. HEX triplet: 35, 44 and 1A. RGB value is (53,68,26). Sum of RGB (Red+Green+Blue) = 53+68+26=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #35441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35441A is #CABBE5. Grayscale: #3A3A3A. Windows color (decimal): -13286374 or 1721397. OLE color: 1721397.

HSL color Cylindrical-coordinate representation of color #35441A: hue angle of 81.43º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35441A is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB536826-
CMYK0.2200.620.73
HSL81.43º44.68%18.43%-
HSV(B)81.43º61.76%26.67%-
XYZ3.724.971.74-
YUV58.73109.53123.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 68 (26.95% from 255) = 46.26%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=36.05%
G=46.26%
B=17.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5368260.2200.620.7381.4344.6818.43
Hex35441A1603E49512d12
Octal6510432260761111215522
Binary1101011000100110101011001111101001001101000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35441A; }

 p { color: rgb(53,68,26); }

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

<style>
 a { background-color: #35441A; }

 a { background-color: rgb(53,68,26); }

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

<style>
 span { border-color: #35441A; }

 span { border-color: rgb(53,68,26); }

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