#35371A

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

Shades of Turtle Green #35371A

Tints of Turtle Green #35371A

Color information

#35371A (or 0x35371A) is unknown color: approx Turtle Green. HEX triplet: 35, 37 and 1A. RGB value is (53,55,26). Sum of RGB (Red+Green+Blue) = 53+55+26=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 55 - color contains mainly: green. Hex color #35371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35371A is #CAC8E5. Grayscale: #333333. Windows color (decimal): -13289702 or 1718069. OLE color: 1718069.

HSL color Cylindrical-coordinate representation of color #35371A: hue angle of 64.14º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35371A is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB535526-
CMYK0.0400.530.78
HSL64.14º35.8%15.88%-
HSV(B)64.14º52.73%21.57%-
XYZ3.023.561.51-
YUV51.1113.84129.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 55 (21.88% from 255) = 41.04%
BLUE value IS 26 (10.55% from 255) = 19.40%
R=39.55%
G=41.04%
B=19.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5355260.0400.530.7864.1435.815.88
Hex35371A40354E402410
Octal65673240651161004420
Binary1101011101111101010001101011001110100000010010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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