Html Css Color HEX #71A413 Christi

📋 copy color: '#71A413'

red 113 ◦ green 164 ◦ blue 19

#71A413
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #71A413

Tints of Christi #71A413

RGB

 RED value IS 113 (44.53% from 255) = 38.18%

 GREEN value IS 164 (64.45% from 255) = 55.41%

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 38.18%
G = 55.41%
B = 6.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#71A413 (or 0x71A413) is known color: Christi. HEX triplet: 71, A4 and 13. RGB value is (113,164,19). Sum of RGB (Red+Green+Blue) = 113+164+19=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 164 (64.45% from 255 or 55.41% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 164 - color contains mainly: green. Hex color #71A413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A413 is #8E5BEC. Grayscale: #848484. Windows color (decimal): -9329645 or 1287281. OLE color: 1287281.

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

Color convert

RGB 113 164 19 -
CMYK 0.31 0 0.88 0.36
HSL 81.1º 0.79% 0.36% -
HSV(B) 81.1º 0.88% 0.64% -
XYZ 20.2 30.11 5.36 -
YUV 132.22 64.1 114.29 -
System Red Green Blue C M Y K H S L
Decimal 113 164 19 0.31 0 0.88 0.36 81.1 0.79 0.36
Hex 71 A4 13 1F 0 58 24 51 4F 24
Octal 161 244 23 37 0 130 44 121 117 44
Binary 1110001 10100100 10011 11111 0 1011000 100100 1010001 1001111 100100

Color Harmonies of #71A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A413

Black with #71A413

Text Example


Text Example

White with #71A413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,164,19); }

 H1.HeaderClassName
 {
   color: #71A413;
 }
 .AnyTagClassName
 {
   color: #71A413;
 }
</style>

background-color css

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

 a { background-color: rgb(113,164,19); }

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

border-color css

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

 span { border-color: rgb(113,164,19); }

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