#256027

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

Shades of San Felix #256027

Tints of San Felix #256027

Color information

#256027 (or 0x256027) is unknown color: approx San Felix. HEX triplet: 25, 60 and 27. RGB value is (37,96,39). Sum of RGB (Red+Green+Blue) = 37+96+39=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #256027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256027 is #DA9FD8. Grayscale: #484848. Windows color (decimal): -14327769 or 2580517. OLE color: 2580517.

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

Color convert

RGB379639-
CMYK0.6100.590.62
HSL122.03º44.36%26.08%-
HSV(B)122.03º61.46%37.65%-
XYZ5.318.913.36-
YUV71.86109.45103.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 96 (37.89% from 255) = 55.81%
BLUE value IS 39 (15.62% from 255) = 22.67%
R=21.51%
G=55.81%
B=22.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3796390.6100.590.62122.0344.3626.08
Hex2560273D03B3E7a2c1a
Octal451404775073761725432
Binary10010111000001001111111010111011111110111101010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256027; }

 p { color: rgb(37,96,39); }

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

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

 a { background-color: rgb(37,96,39); }

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

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

 span { border-color: rgb(37,96,39); }

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