Html Css Color HEX #71A321 Christi

📋 copy color: '#71A321'

red 113 ◦ green 163 ◦ blue 33

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

Shades of Christi #71A321

Tints of Christi #71A321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.75%

 BLUE value IS 33 (13.28% from 255) = 10.68%

R = 36.57%
G = 52.75%
B = 10.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#71A321 (or 0x71A321) is known color: Christi. HEX triplet: 71, A3 and 21. RGB value is (113,163,33). Sum of RGB (Red+Green+Blue) = 113+163+33=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 163 (64.06% from 255 or 52.75% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 163 - color contains mainly: green. Hex color #71A321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A321 is #8E5CDE. Grayscale: #858585. Windows color (decimal): -9329887 or 2204529. OLE color: 2204529.

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

Color convert

RGB 113 163 33 -
CMYK 0.31 0 0.80 0.36
HSL 83.08º 0.66% 0.38% -
HSV(B) 83.08º 0.8% 0.64% -
XYZ 20.18 29.81 6.13 -
YUV 133.23 71.44 113.57 -
System Red Green Blue C M Y K H S L
Decimal 113 163 33 0.31 0 0.80 0.36 83.08 0.66 0.38
Hex 71 A3 21 1F 0 50 24 53 42 26
Octal 161 243 41 37 0 120 44 123 102 46
Binary 1110001 10100011 100001 11111 0 1010000 100100 1010011 1000010 100110

Color Harmonies of #71A321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A321

Black with #71A321

Text Example


Text Example

White with #71A321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,163,33); }

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

background-color css

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

 a { background-color: rgb(113,163,33); }

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

border-color css

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

 span { border-color: rgb(113,163,33); }

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