Html Css Color HEX #71A419 Christi

📋 copy color: '#71A419'

red 113 ◦ green 164 ◦ blue 25

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

Shades of Christi #71A419

Tints of Christi #71A419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.28%

R = 37.42%
G = 54.3%
B = 8.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#71A419 (or 0x71A419) is known color: Christi. HEX triplet: 71, A4 and 19. RGB value is (113,164,25). Sum of RGB (Red+Green+Blue) = 113+164+25=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #71A419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A419 is #8E5BE6. Grayscale: #858585. Windows color (decimal): -9329639 or 1680497. OLE color: 1680497.

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

Color convert

RGB 113 164 25 -
CMYK 0.31 0 0.85 0.36
HSL 82.01º 0.74% 0.37% -
HSV(B) 82.01º 0.85% 0.64% -
XYZ 20.26 30.13 5.67 -
YUV 132.91 67.1 113.8 -
System Red Green Blue C M Y K H S L
Decimal 113 164 25 0.31 0 0.85 0.36 82.01 0.74 0.37
Hex 71 A4 19 1F 0 55 24 52 4A 25
Octal 161 244 31 37 0 125 44 122 112 45
Binary 1110001 10100100 11001 11111 0 1010101 100100 1010010 1001010 100101

Color Harmonies of #71A419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A419

Black with #71A419

Text Example


Text Example

White with #71A419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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