#236024

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

Shades of San Felix #236024

Tints of San Felix #236024

Color information

#236024 (or 0x236024) is unknown color: approx San Felix. HEX triplet: 23, 60 and 24. RGB value is (35,96,36). Sum of RGB (Red+Green+Blue) = 35+96+36=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #236024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236024 is #DC9FDB. Grayscale: #474747. Windows color (decimal): -14458844 or 2383907. OLE color: 2383907.

HSL color Cylindrical-coordinate representation of color #236024: hue angle of 120.98º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #236024 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB359636-
CMYK0.6400.620.62
HSL120.98º46.56%25.69%-
HSV(B)120.98º63.54%37.65%-
XYZ5.198.853.1-
YUV70.92108.29102.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.96%
GREEN value IS 96 (37.89% from 255) = 57.49%
BLUE value IS 36 (14.45% from 255) = 21.56%
R=20.96%
G=57.49%
B=21.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3596360.6400.620.62120.9846.5625.69
Hex2360244003E3E792f1a
Octal4314044100076761715732
Binary100011110000010010010000000111110111110111100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236024; }

 p { color: rgb(35,96,36); }

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

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

 a { background-color: rgb(35,96,36); }

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

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

 span { border-color: rgb(35,96,36); }

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