#71B734

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

Shades of Lima #71B734

Tints of Lima #71B734

Color information

#71B734 (or 0x71B734) is unknown color: approx Lima. HEX triplet: 71, B7 and 34. RGB value is (113,183,52). Sum of RGB (Red+Green+Blue) = 113+183+52=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 183 (71.88% from 255 or 52.59% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 183 - color contains mainly: green. Hex color #71B734 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B734 is #8E48CB. Grayscale: #939393. Windows color (decimal): -9324748 or 3454833. OLE color: 3454833.

HSL color Cylindrical-coordinate representation of color #71B734: hue angle of 92.06º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71B734 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB11318352-
CMYK0.3800.720.28
HSL92.06º55.74%46.08%-
HSV(B)92.06º71.58%71.76%-
XYZ24.3637.639.23-
YUV147.1474.31103.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 183 (71.88% from 255) = 52.59%
BLUE value IS 52 (20.70% from 255) = 14.94%
R=32.47%
G=52.59%
B=14.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal113183520.3800.720.2892.0655.7446.08
Hex71B734260481C5c382e
Octal16126764460110341347056
Binary11100011011011111010010011001001000111001011100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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