Html Css Color HEX #71AA34 Sushi

📋 copy color: '#71AA34'

red 113 ◦ green 170 ◦ blue 52

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

Shades of Sushi #71AA34

Tints of Sushi #71AA34

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50.75%

 BLUE value IS 52 (20.7% from 255) = 15.52%

R = 33.73%
G = 50.75%
B = 15.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#71AA34 (or 0x71AA34) is known color: Sushi. HEX triplet: 71, AA and 34. RGB value is (113,170,52). Sum of RGB (Red+Green+Blue) = 113+170+52=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AA34 is #8E55CB. Grayscale: #8B8B8B. Windows color (decimal): -9328076 or 3451505. OLE color: 3451505.

HSL color Cylindrical-coordinate representation of color #71AA34: hue angle of 88.98º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71AA34 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 170 52 -
CMYK 0.34 0 0.69 0.33
HSL 88.98º 0.53% 0.44% -
HSV(B) 88.98º 0.69% 0.67% -
XYZ 21.8 32.51 8.37 -
YUV 139.51 78.62 109.09 -
System Red Green Blue C M Y K H S L
Decimal 113 170 52 0.34 0 0.69 0.33 88.98 0.53 0.44
Hex 71 AA 34 22 0 45 21 59 35 2C
Octal 161 252 64 42 0 105 41 131 65 54
Binary 1110001 10101010 110100 100010 0 1000101 100001 1011001 110101 101100

Color Harmonies of #71AA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AA34

Black with #71AA34

Text Example


Text Example

White with #71AA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,170,52); }

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

background-color css

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

 a { background-color: rgb(113,170,52); }

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

border-color css

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

 span { border-color: rgb(113,170,52); }

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