#72A227

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

Shades of Christi #72A227

Tints of Christi #72A227

Color information

#72A227 (or 0x72A227) is unknown color: approx Christi. HEX triplet: 72, A2 and 27. RGB value is (114,162,39). Sum of RGB (Red+Green+Blue) = 114+162+39=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #72A227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A227 is #8D5DD8. Grayscale: #868686. Windows color (decimal): -9264601 or 2597490. OLE color: 2597490.

HSL color Cylindrical-coordinate representation of color #72A227: hue angle of 83.41º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72A227 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB11416239-
CMYK0.3000.760.36
HSL83.41º61.19%39.41%-
HSV(B)83.41º75.93%63.53%-
XYZ20.2329.566.56-
YUV133.6374.6114-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 162 (63.67% from 255) = 51.43%
BLUE value IS 39 (15.62% from 255) = 12.38%
R=36.19%
G=51.43%
B=12.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114162390.3000.760.3683.4161.1939.41
Hex72A2271E04C24533d27
Octal16224247360114441237547
Binary11100101010001010011111110010011001001001010011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A227; }

 p { color: rgb(114,162,39); }

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

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

 a { background-color: rgb(114,162,39); }

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

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

 span { border-color: rgb(114,162,39); }

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