Html Css Color HEX #213625 Gordons Green

📋 copy color: '#213625'

red 33 ◦ green 54 ◦ blue 37

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

Shades of Gordons Green #213625

Tints of Gordons Green #213625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 29.84%

R = 26.61%
G = 43.55%
B = 29.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.79

RGB Variations

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

Color information

#213625 (or 0x213625) is known color: Gordons Green. HEX triplet: 21, 36 and 25. RGB value is (33,54,37). Sum of RGB (Red+Green+Blue) = 33+54+37=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 54 - color contains mainly: green. Hex color #213625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213625 is #DEC9DA. Grayscale: #2D2D2D. Windows color (decimal): -14600667 or 2438689. OLE color: 2438689.

HSL color Cylindrical-coordinate representation of color #213625: hue angle of 131.43º 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 #213625 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 54 37 -
CMYK 0.39 0 0.31 0.79
HSL 131.43º 0.24% 0.17% -
HSV(B) 131.43º 0.39% 0.21% -
XYZ 2.28 3.1 2.23 -
YUV 45.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 33 54 37 0.39 0 0.31 0.79 131.43 0.24 0.17
Hex 21 36 25 27 0 1F 4F 83 18 11
Octal 41 66 45 47 0 37 117 203 30 21
Binary 100001 110110 100101 100111 0 11111 1001111 10000011 11000 10001

Color Harmonies of #213625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213625

Black with #213625

Text Example


Text Example

White with #213625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213625; }

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

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

background-color css

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

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

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

border-color css

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

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

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