#35391C

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

Shades of Turtle Green #35391C

Tints of Turtle Green #35391C

Color information

#35391C (or 0x35391C) is unknown color: approx Turtle Green. HEX triplet: 35, 39 and 1C. RGB value is (53,57,28). Sum of RGB (Red+Green+Blue) = 53+57+28=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 57 - color contains mainly: green. Hex color #35391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35391C is #CAC6E3. Grayscale: #343434. Windows color (decimal): -13289188 or 1849653. OLE color: 1849653.

HSL color Cylindrical-coordinate representation of color #35391C: hue angle of 68.28º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35391C is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB535728-
CMYK0.0700.510.78
HSL68.28º34.12%16.67%-
HSV(B)68.28º50.88%22.35%-
XYZ3.143.771.66-
YUV52.5114.17128.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 57 (22.66% from 255) = 41.30%
BLUE value IS 28 (11.33% from 255) = 20.29%
R=38.41%
G=41.30%
B=20.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5357280.0700.510.7868.2834.1216.67
Hex35391C70334E442211
Octal65713470631161044221
Binary1101011110011110011101100111001110100010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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