#236320

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

Shades of San Felix #236320

Tints of San Felix #236320

Color information

#236320 (or 0x236320) is unknown color: approx San Felix. HEX triplet: 23, 63 and 20. RGB value is (35,99,32). Sum of RGB (Red+Green+Blue) = 35+99+32=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 99 (39.06% from 255 or 59.64% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 99 - color contains mainly: green. Hex color #236320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236320 is #DC9CDF. Grayscale: #484848. Windows color (decimal): -14458080 or 2122531. OLE color: 2122531.

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

Color convert

RGB359932-
CMYK0.6500.680.61
HSL117.31º51.15%25.69%-
HSV(B)117.31º67.68%38.82%-
XYZ5.429.392.89-
YUV72.23105.3101.45-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.08%
GREEN value IS 99 (39.06% from 255) = 59.64%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=21.08%
G=59.64%
B=19.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3599320.6500.680.61117.3151.1525.69
Hex236320410443D75331a
Octal43143401010104751656332
Binary1000111100011100000100000101000100111101111010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236320; }

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

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

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

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

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

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

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

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