#71B033

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

Shades of Lima #71B033

Tints of Lima #71B033

Color information

#71B033 (or 0x71B033) is unknown color: approx Lima. HEX triplet: 71, B0 and 33. RGB value is (113,176,51). Sum of RGB (Red+Green+Blue) = 113+176+51=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 176 (69.14% from 255 or 51.76% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 176 - color contains mainly: green. Hex color #71B033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71B033 is #8E4FCC. Grayscale: #8F8F8F. Windows color (decimal): -9326541 or 3387505. OLE color: 3387505.

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

Color convert

RGB11317651-
CMYK0.3600.710.31
HSL90.24º55.07%44.51%-
HSV(B)90.24º71.02%69.02%-
XYZ22.9334.88.64-
YUV142.9176.13106.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 176 (69.14% from 255) = 51.76%
BLUE value IS 51 (20.31% from 255) = 15%
R=33.24%
G=51.76%
B=15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113176510.3600.710.3190.2455.0744.51
Hex71B033240471F5a372d
Octal16126063440107371326755
Binary11100011011000011001110010001000111111111011010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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