#213524

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

Shades of Gordons Green #213524

Tints of Gordons Green #213524

Color information

#213524 (or 0x213524) is unknown color: approx Gordons Green. HEX triplet: 21, 35 and 24. RGB value is (33,53,36). Sum of RGB (Red+Green+Blue) = 33+53+36=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #213524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213524 is #DECADB. Grayscale: #2D2D2D. Windows color (decimal): -14600924 or 2372897. OLE color: 2372897.

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

Color convert

RGB335336-
CMYK0.3800.320.79
HSL129º23.26%16.86%-
HSV(B)129º37.74%20.78%-
XYZ2.2232.13-
YUV45.08122.87119.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.05%
GREEN value IS 53 (21.09% from 255) = 43.44%
BLUE value IS 36 (14.45% from 255) = 29.51%
R=27.05%
G=43.44%
B=29.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3353360.3800.320.7912923.2616.86
Hex213524260204F811711
Octal416544460401172012721
Binary10000111010110010010011001000001001111100000011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213524; }

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

 H1.HeaderClassName
 {
   color: #213524;
 }
 .AnyTagClassName
 {
   color: #213524;
 }
</style>
background-color css

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

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

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

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

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

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