#71A227

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

Shades of Christi #71A227

Tints of Christi #71A227

Color information

#71A227 (or 0x71A227) is unknown color: approx Christi. HEX triplet: 71, A2 and 27. RGB value is (113,162,39). Sum of RGB (Red+Green+Blue) = 113+162+39=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #71A227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A227 is #8E5DD8. Grayscale: #858585. Windows color (decimal): -9330137 or 2597489. OLE color: 2597489.

HSL color Cylindrical-coordinate representation of color #71A227: hue angle of 83.9º 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 #71A227 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB11316239-
CMYK0.3000.760.36
HSL83.9º61.19%39.41%-
HSV(B)83.9º75.93%63.53%-
XYZ20.129.56.55-
YUV133.3374.77113.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.99%
GREEN value IS 162 (63.67% from 255) = 51.59%
BLUE value IS 39 (15.62% from 255) = 12.42%
R=35.99%
G=51.59%
B=12.42%

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
Decimal113162390.3000.760.3683.961.1939.41
Hex71A2271E04C24543d27
Octal16124247360114441247547
Binary11100011010001010011111110010011001001001010100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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