Html Css Color HEX #216325 San Felix

📋 copy color: '#216325'

red 33 ◦ green 99 ◦ blue 37

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

Shades of San Felix #216325

Tints of San Felix #216325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 58.58%

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

R = 19.53%
G = 58.58%
B = 21.89%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#216325 (or 0x216325) is known color: San Felix. HEX triplet: 21, 63 and 25. RGB value is (33,99,37). Sum of RGB (Red+Green+Blue) = 33+99+37=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #216325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216325 is #DE9CDA. Grayscale: #484848. Windows color (decimal): -14589147 or 2450209. OLE color: 2450209.

HSL color Cylindrical-coordinate representation of color #216325: hue angle of 123.64º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216325 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 99 37 -
CMYK 0.67 0 0.63 0.61
HSL 123.64º 0.5% 0.26% -
HSV(B) 123.64º 0.67% 0.39% -
XYZ 5.42 9.38 3.28 -
YUV 72.2 108.13 100.04 -
System Red Green Blue C M Y K H S L
Decimal 33 99 37 0.67 0 0.63 0.61 123.64 0.5 0.26
Hex 21 63 25 43 0 3F 3D 7C 32 1A
Octal 41 143 45 103 0 77 75 174 62 32
Binary 100001 1100011 100101 1000011 0 111111 111101 1111100 110010 11010

Color Harmonies of #216325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216325

Black with #216325

Text Example


Text Example

White with #216325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216325; }

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

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

background-color css

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

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

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

border-color css

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

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

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