Html Css Color HEX #217526 San Felix

📋 copy color: '#217526'

red 33 ◦ green 117 ◦ blue 38

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

Shades of San Felix #217526

Tints of San Felix #217526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.21%

R = 17.55%
G = 62.23%
B = 20.21%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#217526 (or 0x217526) is known color: San Felix. HEX triplet: 21, 75 and 26. RGB value is (33,117,38). Sum of RGB (Red+Green+Blue) = 33+117+38=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #217526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217526 is #DE8AD9. Grayscale: #535353. Windows color (decimal): -14584538 or 2520353. OLE color: 2520353.

HSL color Cylindrical-coordinate representation of color #217526: hue angle of 123.57º 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 #217526 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 117 38 -
CMYK 0.72 0 0.68 0.54
HSL 123.57º 0.56% 0.29% -
HSV(B) 123.57º 0.72% 0.46% -
XYZ 7.34 13.19 3.99 -
YUV 82.88 102.67 92.42 -
System Red Green Blue C M Y K H S L
Decimal 33 117 38 0.72 0 0.68 0.54 123.57 0.56 0.29
Hex 21 75 26 48 0 44 36 7C 38 1D
Octal 41 165 46 110 0 104 66 174 70 35
Binary 100001 1110101 100110 1001000 0 1000100 110110 1111100 111000 11101

Color Harmonies of #217526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217526

Black with #217526

Text Example


Text Example

White with #217526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217526; }

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

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

background-color css

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

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

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

border-color css

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

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

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