#73A225

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

Shades of Christi #73A225

Tints of Christi #73A225

Color information

#73A225 (or 0x73A225) is unknown color: approx Christi. HEX triplet: 73, A2 and 25. RGB value is (115,162,37). Sum of RGB (Red+Green+Blue) = 115+162+37=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #73A225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A225 is #8C5DDA. Grayscale: #868686. Windows color (decimal): -9199067 or 2466419. OLE color: 2466419.

HSL color Cylindrical-coordinate representation of color #73A225: hue angle of 82.56º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73A225 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB11516237-
CMYK0.2900.770.36
HSL82.56º62.81%39.02%-
HSV(B)82.56º77.16%63.53%-
XYZ20.3229.626.4-
YUV133.773.43114.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.62%
GREEN value IS 162 (63.67% from 255) = 51.59%
BLUE value IS 37 (14.84% from 255) = 11.78%
R=36.62%
G=51.59%
B=11.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal115162370.2900.770.3682.5662.8139.02
Hex73A2251D04D24533f27
Octal16324245350115441237747
Binary11100111010001010010111101010011011001001010011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73A225; }

 p { color: rgb(115,162,37); }

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

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

 a { background-color: rgb(115,162,37); }

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

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

 span { border-color: rgb(115,162,37); }

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