#237323

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

Shades of San Felix #237323

Tints of San Felix #237323

Color information

#237323 (or 0x237323) is unknown color: approx San Felix. HEX triplet: 23, 73 and 23. RGB value is (35,115,35). Sum of RGB (Red+Green+Blue) = 35+115+35=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #237323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237323 is #DC8CDC. Grayscale: #525252. Windows color (decimal): -14453981 or 2323235. OLE color: 2323235.

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

Color convert

RGB3511535-
CMYK0.7000.700.55
HSL120º53.33%29.41%-
HSV(B)120º69.57%45.1%-
XYZ7.1312.743.67-
YUV81.96101.594.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.92%
GREEN value IS 115 (45.31% from 255) = 62.16%
BLUE value IS 35 (14.06% from 255) = 18.92%
R=18.92%
G=62.16%
B=18.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35115350.7000.700.5512053.3329.41
Hex237323460463778351d
Octal43163431060106671706535
Binary1000111110011100011100011001000110110111111100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237323; }

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

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

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

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

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

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

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

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