Html Css Color HEX #333B20 Turtle Green

📋 copy color: '#333B20'

red 51 ◦ green 59 ◦ blue 32

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

Shades of Turtle Green #333B20

Tints of Turtle Green #333B20

RGB

 RED value IS 51 (20.31% from 255) = 35.92%

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

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

R = 35.92%
G = 41.55%
B = 22.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.77

RGB Variations

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

Color information

#333B20 (or 0x333B20) is known color: Turtle Green. HEX triplet: 33, 3B and 20. RGB value is (51,59,32). Sum of RGB (Red+Green+Blue) = 51+59+32=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 59 - color contains mainly: green. Hex color #333B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B20 is #CCC4DF. Grayscale: #353535. Windows color (decimal): -13419744 or 2112307. OLE color: 2112307.

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

Color convert

RGB 51 59 32 -
CMYK 0.14 0 0.46 0.77
HSL 77.78º 0.3% 0.18% -
HSV(B) 77.78º 0.46% 0.23% -
XYZ 3.19 3.94 1.96 -
YUV 53.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 51 59 32 0.14 0 0.46 0.77 77.78 0.3 0.18
Hex 33 3B 20 E 0 2E 4D 4E 1E 12
Octal 63 73 40 16 0 56 115 116 36 22
Binary 110011 111011 100000 1110 0 101110 1001101 1001110 11110 10010

Color Harmonies of #333B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333B20

Black with #333B20

Text Example


Text Example

White with #333B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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