Html Css Color HEX #213522 Gordons Green

📋 copy color: '#213522'

red 33 ◦ green 53 ◦ blue 34

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

Shades of Gordons Green #213522

Tints of Gordons Green #213522

RGB

 RED value IS 33 (13.28% from 255) = 27.5%

 GREEN value IS 53 (21.09% from 255) = 44.17%

 BLUE value IS 34 (13.67% from 255) = 28.33%

R = 27.5%
G = 44.17%
B = 28.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.79

RGB Variations

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

Color information

#213522 (or 0x213522) is known color: Gordons Green. HEX triplet: 21, 35 and 22. RGB value is (33,53,34). Sum of RGB (Red+Green+Blue) = 33+53+34=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 53 - color contains mainly: green. Hex color #213522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213522 is #DECADD. Grayscale: #2C2C2C. Windows color (decimal): -14600926 or 2241825. OLE color: 2241825.

HSL color Cylindrical-coordinate representation of color #213522: hue angle of 123º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #213522 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 53 34 -
CMYK 0.38 0 0.36 0.79
HSL 123º 0.23% 0.17% -
HSV(B) 123º 0.38% 0.21% -
XYZ 2.19 2.99 1.97 -
YUV 44.85 121.87 119.54 -
System Red Green Blue C M Y K H S L
Decimal 33 53 34 0.38 0 0.36 0.79 123 0.23 0.17
Hex 21 35 22 26 0 24 4F 7B 17 11
Octal 41 65 42 46 0 44 117 173 27 21
Binary 100001 110101 100010 100110 0 100100 1001111 1111011 10111 10001

Color Harmonies of #213522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213522

Black with #213522

Text Example


Text Example

White with #213522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213522; }

 p { color: rgb(33,53,34); }

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

background-color css

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

 a { background-color: rgb(33,53,34); }

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

border-color css

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

 span { border-color: rgb(33,53,34); }

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