#237126

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

Shades of San Felix #237126

Tints of San Felix #237126

Color information

#237126 (or 0x237126) is unknown color: approx San Felix. HEX triplet: 23, 71 and 26. RGB value is (35,113,38). Sum of RGB (Red+Green+Blue) = 35+113+38=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 113 (44.53% from 255 or 60.75% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 113 - color contains mainly: green. Hex color #237126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237126 is #DC8ED9. Grayscale: #515151. Windows color (decimal): -14454490 or 2519331. OLE color: 2519331.

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

Color convert

RGB3511338-
CMYK0.6900.660.56
HSL122.31º52.7%29.02%-
HSV(B)122.31º69.03%44.31%-
XYZ6.9512.313.84-
YUV81.13103.6695.1-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.82%
GREEN value IS 113 (44.53% from 255) = 60.75%
BLUE value IS 38 (15.23% from 255) = 20.43%
R=18.82%
G=60.75%
B=20.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35113380.6900.660.56122.3152.729.02
Hex23712645042387a351d
Octal43161461050102701726535
Binary1000111110001100110100010101000010111000111101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237126; }

 p { color: rgb(35,113,38); }

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

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

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

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

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

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

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