Html Css Color HEX #217524 San Felix

📋 copy color: '#217524'

red 33 ◦ green 117 ◦ blue 36

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

Shades of San Felix #217524

Tints of San Felix #217524

RGB

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

 GREEN value IS 117 (46.09% from 255) = 62.9%

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

R = 17.74%
G = 62.9%
B = 19.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#217524 (or 0x217524) is known color: San Felix. HEX triplet: 21, 75 and 24. RGB value is (33,117,36). Sum of RGB (Red+Green+Blue) = 33+117+36=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 117 (46.09% from 255 or 62.90% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 117 - color contains mainly: green. Hex color #217524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217524 is #DE8ADB. Grayscale: #525252. Windows color (decimal): -14584540 or 2389281. OLE color: 2389281.

HSL color Cylindrical-coordinate representation of color #217524: hue angle of 122.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217524 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 117 36 -
CMYK 0.72 0 0.69 0.54
HSL 122.14º 0.56% 0.29% -
HSV(B) 122.14º 0.72% 0.46% -
XYZ 7.31 13.17 3.83 -
YUV 82.65 101.67 92.59 -
System Red Green Blue C M Y K H S L
Decimal 33 117 36 0.72 0 0.69 0.54 122.14 0.56 0.29
Hex 21 75 24 48 0 45 36 7A 38 1D
Octal 41 165 44 110 0 105 66 172 70 35
Binary 100001 1110101 100100 1001000 0 1000101 110110 1111010 111000 11101

Color Harmonies of #217524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217524

Black with #217524

Text Example


Text Example

White with #217524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217524; }

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

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

background-color css

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

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

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

border-color css

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

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

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