#236920

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

Shades of San Felix #236920

Tints of San Felix #236920

Color information

#236920 (or 0x236920) is unknown color: approx San Felix. HEX triplet: 23, 69 and 20. RGB value is (35,105,32). Sum of RGB (Red+Green+Blue) = 35+105+32=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 105 (41.41% from 255 or 61.05% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 105 - color contains mainly: green. Hex color #236920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236920 is #DC96DF. Grayscale: #4B4B4B. Windows color (decimal): -14456544 or 2124067. OLE color: 2124067.

HSL color Cylindrical-coordinate representation of color #236920: hue angle of 117.53º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #236920 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB3510532-
CMYK0.6700.700.59
HSL117.53º53.28%26.86%-
HSV(B)117.53º69.52%41.18%-
XYZ6.0110.563.09-
YUV75.75103.3198.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 105 (41.41% from 255) = 61.05%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=20.35%
G=61.05%
B=18.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35105320.6700.700.59117.5353.2826.86
Hex236920430463B76351b
Octal43151401030106731666533
Binary1000111101001100000100001101000110111011111011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236920; }

 p { color: rgb(35,105,32); }

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

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

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

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

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

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

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