Html Css Color HEX #213624 Gordons Green

📋 copy color: '#213624'

red 33 ◦ green 54 ◦ blue 36

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

Shades of Gordons Green #213624

Tints of Gordons Green #213624

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.9%

 BLUE value IS 36 (14.45% from 255) = 29.27%

R = 26.83%
G = 43.9%
B = 29.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.79

RGB Variations

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

Color information

#213624 (or 0x213624) is known color: Gordons Green. HEX triplet: 21, 36 and 24. RGB value is (33,54,36). Sum of RGB (Red+Green+Blue) = 33+54+36=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 54 - color contains mainly: green. Hex color #213624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213624 is #DEC9DB. Grayscale: #2D2D2D. Windows color (decimal): -14600668 or 2373153. OLE color: 2373153.

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

Color convert

RGB 33 54 36 -
CMYK 0.39 0 0.33 0.79
HSL 128.57º 0.24% 0.17% -
HSV(B) 128.57º 0.39% 0.21% -
XYZ 2.26 3.09 2.15 -
YUV 45.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 33 54 36 0.39 0 0.33 0.79 128.57 0.24 0.17
Hex 21 36 24 27 0 21 4F 81 18 11
Octal 41 66 44 47 0 41 117 201 30 21
Binary 100001 110110 100100 100111 0 100001 1001111 10000001 11000 10001

Color Harmonies of #213624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213624

Black with #213624

Text Example


Text Example

White with #213624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213624; }

 p { color: rgb(33,54,36); }

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

background-color css

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

 a { background-color: rgb(33,54,36); }

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

border-color css

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

 span { border-color: rgb(33,54,36); }

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