#213625

Color #213625 Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #213625

Tints of Gordons Green #213625

Color information

#213625 (or 0x213625) is unknown color: approx 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

RGB335437-
CMYK0.3900.310.79
HSL131.43º24.14%17.06%-
HSV(B)131.43º38.89%21.18%-
XYZ2.283.12.23-
YUV45.78123.04118.88-

RGB Variations

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

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 (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3354370.3900.310.79131.4324.1417.06
Hex2136252701F4F831811
Octal416645470371172033021
Binary1000011101101001011001110111111001111100000111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>