#56A000

Color #56A000 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #56A000

Tints of Christi #56A000

Color information

#56A000 (or 0x56A000) is unknown color: approx Christi. HEX triplet: 56, A0 and 00. RGB value is (86,160,0). Sum of RGB (Red+Green+Blue) = 86+160+0=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 160 (62.89% from 255 or 65.04% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 160 - color contains mainly: green. Hex color #56A000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A000 is #A95FFF. Grayscale: #787878. Windows color (decimal): -11100160 or 41046. OLE color: 41046.

HSL color Cylindrical-coordinate representation of color #56A000: hue angle of 87.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56A000 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB861600-
CMYK0.46010.37
HSL87.75º100%31.37%-
HSV(B)87.75º100%62.75%-
XYZ16.4127.124.37-
YUV119.6360.48104.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 160 (62.89% from 255) = 65.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.96%
G=65.04%
B=0%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8616000.46010.3787.7510031.37
Hex56A002E0642558641f
Octal12624005601444513014437
Binary1010110101000000101110011001001001011011000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A000; }

 p { color: rgb(86,160,0); }

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

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

 a { background-color: rgb(86,160,0); }

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

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

 span { border-color: rgb(86,160,0); }

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