Html Css Color HEX #353F20 Turtle Green

📋 copy color: '#353F20'

red 53 ◦ green 63 ◦ blue 32

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

Shades of Turtle Green #353F20

Tints of Turtle Green #353F20

RGB

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

 GREEN value IS 63 (25% from 255) = 42.57%

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

R = 35.81%
G = 42.57%
B = 21.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#353F20 (or 0x353F20) is known color: Turtle Green. HEX triplet: 35, 3F and 20. RGB value is (53,63,32). Sum of RGB (Red+Green+Blue) = 53+63+32=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 63 - color contains mainly: green. Hex color #353F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F20 is #CAC0DF. Grayscale: #383838. Windows color (decimal): -13287648 or 2113333. OLE color: 2113333.

HSL color Cylindrical-coordinate representation of color #353F20: hue angle of 79.35º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #353F20 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 63 32 -
CMYK 0.16 0 0.49 0.75
HSL 79.35º 0.33% 0.19% -
HSV(B) 79.35º 0.49% 0.25% -
XYZ 3.51 4.42 2.03 -
YUV 56.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 53 63 32 0.16 0 0.49 0.75 79.35 0.33 0.19
Hex 35 3F 20 10 0 31 4B 4F 21 13
Octal 65 77 40 20 0 61 113 117 41 23
Binary 110101 111111 100000 10000 0 110001 1001011 1001111 100001 10011

Color Harmonies of #353F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F20

Black with #353F20

Text Example


Text Example

White with #353F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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