#71B034

Color #71B034 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #71B034

Tints of Lima #71B034

Color information

#71B034 (or 0x71B034) is unknown color: approx Lima. HEX triplet: 71, B0 and 34. RGB value is (113,176,52). Sum of RGB (Red+Green+Blue) = 113+176+52=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #71B034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71B034 is #8E4FCB. Grayscale: #8F8F8F. Windows color (decimal): -9326540 or 3453041. OLE color: 3453041.

HSL color Cylindrical-coordinate representation of color #71B034: hue angle of 90.48º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71B034 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB11317652-
CMYK0.3600.700.31
HSL90.48º54.39%44.71%-
HSV(B)90.48º70.45%69.02%-
XYZ22.9634.818.76-
YUV143.0376.63106.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 176 (69.14% from 255) = 51.61%
BLUE value IS 52 (20.70% from 255) = 15.25%
R=33.14%
G=51.61%
B=15.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113176520.3600.700.3190.4854.3944.71
Hex71B034240461F5a362d
Octal16126064440106371326655
Binary11100011011000011010010010001000110111111011010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71B034;
 }
 .AnyTagClassName
 {
   color: #71B034;
 }
</style>
background-color css

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

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

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

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

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

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