Html Css Color HEX #71A427 Christi

📋 copy color: '#71A427'

red 113 ◦ green 164 ◦ blue 39

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

Shades of Christi #71A427

Tints of Christi #71A427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.34%

R = 35.76%
G = 51.9%
B = 12.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#71A427 (or 0x71A427) is known color: Christi. HEX triplet: 71, A4 and 27. RGB value is (113,164,39). Sum of RGB (Red+Green+Blue) = 113+164+39=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 164 (64.45% from 255 or 51.90% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 164 - color contains mainly: green. Hex color #71A427 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A427 is #8E5BD8. Grayscale: #868686. Windows color (decimal): -9329625 or 2598001. OLE color: 2598001.

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

Color convert

RGB 113 164 39 -
CMYK 0.31 0 0.76 0.36
HSL 84.48º 0.62% 0.4% -
HSV(B) 84.48º 0.76% 0.64% -
XYZ 20.45 30.21 6.67 -
YUV 134.5 74.1 112.66 -
System Red Green Blue C M Y K H S L
Decimal 113 164 39 0.31 0 0.76 0.36 84.48 0.62 0.4
Hex 71 A4 27 1F 0 4C 24 54 3E 28
Octal 161 244 47 37 0 114 44 124 76 50
Binary 1110001 10100100 100111 11111 0 1001100 100100 1010100 111110 101000

Color Harmonies of #71A427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A427

Black with #71A427

Text Example


Text Example

White with #71A427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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