#237320

Color #237320 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #237320

Tints of San Felix #237320

Color information

#237320 (or 0x237320) is unknown color: approx San Felix. HEX triplet: 23, 73 and 20. RGB value is (35,115,32). Sum of RGB (Red+Green+Blue) = 35+115+32=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 115 (45.31% from 255 or 63.19% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 115 - color contains mainly: green. Hex color #237320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237320 is #DC8CDF. Grayscale: #515151. Windows color (decimal): -14453984 or 2126627. OLE color: 2126627.

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

Color convert

RGB3511532-
CMYK0.7000.720.55
HSL117.83º56.46%28.82%-
HSV(B)117.83º72.17%45.1%-
XYZ7.0812.723.45-
YUV81.6210094.75-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.23%
GREEN value IS 115 (45.31% from 255) = 63.19%
BLUE value IS 32 (12.89% from 255) = 17.58%
R=19.23%
G=63.19%
B=17.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35115320.7000.720.55117.8356.4628.82
Hex237320460483776381d
Octal43163401060110671667035
Binary1000111110011100000100011001001000110111111011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237320; }

 p { color: rgb(35,115,32); }

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

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

 a { background-color: rgb(35,115,32); }

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

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

 span { border-color: rgb(35,115,32); }

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