#236813

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

Shades of San Felix #236813

Tints of San Felix #236813

Color information

#236813 (or 0x236813) is unknown color: approx San Felix. HEX triplet: 23, 68 and 13. RGB value is (35,104,19). Sum of RGB (Red+Green+Blue) = 35+104+19=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 104 (41.02% from 255 or 65.82% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 104 - color contains mainly: green. Hex color #236813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #236813 is #DC97EC. Grayscale: #494949. Windows color (decimal): -14456813 or 1271843. OLE color: 1271843.

HSL color Cylindrical-coordinate representation of color #236813: hue angle of 108.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #236813 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB3510419-
CMYK0.6600.820.59
HSL108.71º69.11%24.12%-
HSV(B)108.71º81.73%40.78%-
XYZ5.7610.32.3-
YUV73.6897.14100.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.15%
GREEN value IS 104 (41.02% from 255) = 65.82%
BLUE value IS 19 (7.81% from 255) = 12.03%
R=22.15%
G=65.82%
B=12.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35104190.6600.820.59108.7169.1124.12
Hex236813420523B6d4518
Octal431502310201227315510530
Binary1000111101000100111000010010100101110111101101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236813; }

 p { color: rgb(35,104,19); }

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

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

 a { background-color: rgb(35,104,19); }

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

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

 span { border-color: rgb(35,104,19); }

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