Html Css Color HEX #71A52C Christi

📋 copy color: '#71A52C'

red 113 ◦ green 165 ◦ blue 44

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

Shades of Christi #71A52C

Tints of Christi #71A52C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.24%

 BLUE value IS 44 (17.58% from 255) = 13.66%

R = 35.09%
G = 51.24%
B = 13.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#71A52C (or 0x71A52C) is known color: Christi. HEX triplet: 71, A5 and 2C. RGB value is (113,165,44). Sum of RGB (Red+Green+Blue) = 113+165+44=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #71A52C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A52C is #8E5AD3. Grayscale: #888888. Windows color (decimal): -9329364 or 2925937. OLE color: 2925937.

HSL color Cylindrical-coordinate representation of color #71A52C: hue angle of 85.79º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71A52C is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 113 165 44 -
CMYK 0.32 0 0.73 0.35
HSL 85.79º 0.58% 0.41% -
HSV(B) 85.79º 0.73% 0.65% -
XYZ 20.72 30.6 7.2 -
YUV 135.66 76.27 111.84 -
System Red Green Blue C M Y K H S L
Decimal 113 165 44 0.32 0 0.73 0.35 85.79 0.58 0.41
Hex 71 A5 2C 20 0 49 23 56 3A 29
Octal 161 245 54 40 0 111 43 126 72 51
Binary 1110001 10100101 101100 100000 0 1001001 100011 1010110 111010 101001

Color Harmonies of #71A52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A52C

Black with #71A52C

Text Example


Text Example

White with #71A52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,165,44); }

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

background-color css

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

 a { background-color: rgb(113,165,44); }

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

border-color css

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

 span { border-color: rgb(113,165,44); }

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