#256224

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

Shades of San Felix #256224

Tints of San Felix #256224

Color information

#256224 (or 0x256224) is unknown color: approx San Felix. HEX triplet: 25, 62 and 24. RGB value is (37,98,36). Sum of RGB (Red+Green+Blue) = 37+98+36=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #256224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256224 is #DA9DDB. Grayscale: #484848. Windows color (decimal): -14327260 or 2384421. OLE color: 2384421.

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

Color convert

RGB379836-
CMYK0.6200.630.62
HSL119.03º46.27%26.27%-
HSV(B)119.03º63.27%38.43%-
XYZ5.459.263.17-
YUV72.69107.29102.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 98 (38.67% from 255) = 57.31%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=21.64%
G=57.31%
B=21.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3798360.6200.630.62119.0346.2726.27
Hex2562243E03F3E772e1a
Octal451424476077761675632
Binary10010111000101001001111100111111111110111011110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256224; }

 p { color: rgb(37,98,36); }

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

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

 a { background-color: rgb(37,98,36); }

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

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

 span { border-color: rgb(37,98,36); }

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