#71A323

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

Shades of Christi #71A323

Tints of Christi #71A323

Color information

#71A323 (or 0x71A323) is unknown color: approx Christi. HEX triplet: 71, A3 and 23. RGB value is (113,163,35). Sum of RGB (Red+Green+Blue) = 113+163+35=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 163 (64.06% from 255 or 52.41% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 163 - color contains mainly: green. Hex color #71A323 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A323 is #8E5CDC. Grayscale: #858585. Windows color (decimal): -9329885 or 2335601. OLE color: 2335601.

HSL color Cylindrical-coordinate representation of color #71A323: hue angle of 83.44º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71A323 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB11316335-
CMYK0.3100.790.36
HSL83.44º64.65%38.82%-
HSV(B)83.44º78.53%63.92%-
XYZ20.2129.836.28-
YUV133.4672.44113.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.33%
GREEN value IS 163 (64.06% from 255) = 52.41%
BLUE value IS 35 (14.06% from 255) = 11.25%
R=36.33%
G=52.41%
B=11.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113163350.3100.790.3683.4464.6538.82
Hex71A3231F04F24534127
Octal161243433701174412310147
Binary111000110100011100011111110100111110010010100111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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