#237224

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

Shades of San Felix #237224

Tints of San Felix #237224

Color information

#237224 (or 0x237224) is unknown color: approx San Felix. HEX triplet: 23, 72 and 24. RGB value is (35,114,36). Sum of RGB (Red+Green+Blue) = 35+114+36=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 114 (44.92% from 255 or 61.62% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 114 - color contains mainly: green. Hex color #237224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237224 is #DC8DDB. Grayscale: #515151. Windows color (decimal): -14454236 or 2388515. OLE color: 2388515.

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

Color convert

RGB3511436-
CMYK0.6900.680.55
HSL120.76º53.02%29.22%-
HSV(B)120.76º69.3%44.71%-
XYZ7.0312.523.72-
YUV81.49102.3394.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.92%
GREEN value IS 114 (44.92% from 255) = 61.62%
BLUE value IS 36 (14.45% from 255) = 19.46%
R=18.92%
G=61.62%
B=19.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35114360.6900.680.55120.7653.0229.22
Hex237224450443779351d
Octal43162441050104671716535
Binary1000111110010100100100010101000100110111111100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237224; }

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

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

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

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

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

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

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

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