Html Css Color HEX #353B20 Turtle Green

📋 copy color: '#353B20'

red 53 ◦ green 59 ◦ blue 32

#353B20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #353B20

Tints of Turtle Green #353B20

RGB

 RED value IS 53 (21.09% from 255) = 36.81%

 GREEN value IS 59 (23.44% from 255) = 40.97%

 BLUE value IS 32 (12.89% from 255) = 22.22%

R = 36.81%
G = 40.97%
B = 22.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.77

RGB Variations

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

Color information

#353B20 (or 0x353B20) is known color: Turtle Green. HEX triplet: 35, 3B and 20. RGB value is (53,59,32). Sum of RGB (Red+Green+Blue) = 53+59+32=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 59 - color contains mainly: green. Hex color #353B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B20 is #CAC4DF. Grayscale: #363636. Windows color (decimal): -13288672 or 2112309. OLE color: 2112309.

HSL color Cylindrical-coordinate representation of color #353B20: hue angle of 73.33º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #353B20 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 59 32 -
CMYK 0.10 0 0.46 0.77
HSL 73.33º 0.3% 0.18% -
HSV(B) 73.33º 0.46% 0.23% -
XYZ 3.29 3.99 1.96 -
YUV 54.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 53 59 32 0.10 0 0.46 0.77 73.33 0.3 0.18
Hex 35 3B 20 A 0 2E 4D 49 1E 12
Octal 65 73 40 12 0 56 115 111 36 22
Binary 110101 111011 100000 1010 0 101110 1001101 1001001 11110 10010

Color Harmonies of #353B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B20

Black with #353B20

Text Example


Text Example

White with #353B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353B20; }

 p { color: rgb(53,59,32); }

 H1.HeaderClassName
 {
   color: #353B20;
 }
 .AnyTagClassName
 {
   color: #353B20;
 }
</style>

background-color css

<style>
 a { background-color: #353B20; }

 a { background-color: rgb(53,59,32); }

 div.DivClassName
 {
   background-color: #353B20;
 }
 .BgClassName
 {
   background-color: #353B20;
 }
</style>

border-color css

<style>
 span { border-color: #353B20; }

 span { border-color: rgb(53,59,32); }

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