#71A325

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

Shades of Christi #71A325

Tints of Christi #71A325

Color information

#71A325 (or 0x71A325) is unknown color: approx Christi. HEX triplet: 71, A3 and 25. RGB value is (113,163,37). Sum of RGB (Red+Green+Blue) = 113+163+37=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 163 (64.06% from 255 or 52.08% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 163 - color contains mainly: green. Hex color #71A325 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A325 is #8E5CDA. Grayscale: #868686. Windows color (decimal): -9329883 or 2466673. OLE color: 2466673.

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

Color convert

RGB11316337-
CMYK0.3100.770.36
HSL83.81º63%39.22%-
HSV(B)83.81º77.3%63.92%-
XYZ20.2429.846.44-
YUV133.6973.44113.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 163 (64.06% from 255) = 52.08%
BLUE value IS 37 (14.84% from 255) = 11.82%
R=36.10%
G=52.08%
B=11.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113163370.3100.770.3683.816339.22
Hex71A3251F04D24543f27
Octal16124345370115441247747
Binary11100011010001110010111111010011011001001010100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,163,37); }

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

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

 a { background-color: rgb(113,163,37); }

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

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

 span { border-color: rgb(113,163,37); }

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