Html Css Color HEX #323B20 Turtle Green

📋 copy color: '#323B20'

red 50 ◦ green 59 ◦ blue 32

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

Shades of Turtle Green #323B20

Tints of Turtle Green #323B20

RGB

 RED value IS 50 (19.92% from 255) = 35.46%

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

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

R = 35.46%
G = 41.84%
B = 22.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.77

RGB Variations

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

Color information

#323B20 (or 0x323B20) is known color: Turtle Green. HEX triplet: 32, 3B and 20. RGB value is (50,59,32). Sum of RGB (Red+Green+Blue) = 50+59+32=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 59 - color contains mainly: green. Hex color #323B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B20 is #CDC4DF. Grayscale: #353535. Windows color (decimal): -13485280 or 2112306. OLE color: 2112306.

HSL color Cylindrical-coordinate representation of color #323B20: hue angle of 80º 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 #323B20 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.77.

Color convert

RGB 50 59 32 -
CMYK 0.15 0 0.46 0.77
HSL 80º 0.3% 0.18% -
HSV(B) 80º 0.46% 0.23% -
XYZ 3.14 3.91 1.96 -
YUV 53.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 50 59 32 0.15 0 0.46 0.77 80 0.3 0.18
Hex 32 3B 20 F 0 2E 4D 50 1E 12
Octal 62 73 40 17 0 56 115 120 36 22
Binary 110010 111011 100000 1111 0 101110 1001101 1010000 11110 10010

Color Harmonies of #323B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B20

Black with #323B20

Text Example


Text Example

White with #323B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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