#71B31A

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

Shades of Christi #71B31A

Tints of Christi #71B31A

Color information

#71B31A (or 0x71B31A) is unknown color: approx Christi. HEX triplet: 71, B3 and 1A. RGB value is (113,179,26). Sum of RGB (Red+Green+Blue) = 113+179+26=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 179 (70.31% from 255 or 56.29% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 179 - color contains mainly: green. Hex color #71B31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B31A is #8E4CE5. Grayscale: #8E8E8E. Windows color (decimal): -9325798 or 1749873. OLE color: 1749873.

HSL color Cylindrical-coordinate representation of color #71B31A: hue angle of 85.88º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71B31A is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB11317926-
CMYK0.3700.850.30
HSL85.88º74.63%40.2%-
HSV(B)85.88º85.47%70.2%-
XYZ23.1235.836.67-
YUV141.8262.63107.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 179 (70.31% from 255) = 56.29%
BLUE value IS 26 (10.55% from 255) = 8.18%
R=35.53%
G=56.29%
B=8.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal113179260.3700.850.3085.8874.6340.2
Hex71B31A250551E564b28
Octal161263324501253612611350
Binary11100011011001111010100101010101011111010101101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,179,26); }

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

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

 a { background-color: rgb(113,179,26); }

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

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

 span { border-color: rgb(113,179,26); }

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