#4E5130

Color #4E5130 Waiouru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waiouru #4E5130

Tints of Waiouru #4E5130

Color information

#4E5130 (or 0x4E5130) is unknown color: approx Waiouru. HEX triplet: 4E, 51 and 30. RGB value is (78,81,48). Sum of RGB (Red+Green+Blue) = 78+81+48=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 81 - color contains mainly: green. Hex color #4E5130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5130 is #B1AECF. Grayscale: #4C4C4C. Windows color (decimal): -11644624 or 3166542. OLE color: 3166542.

HSL color Cylindrical-coordinate representation of color #4E5130: hue angle of 65.45º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E5130 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB788148-
CMYK0.0400.410.68
HSL65.45º25.58%25.29%-
HSV(B)65.45º40.74%31.76%-
XYZ6.627.723.94-
YUV76.34112.01129.18-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.68%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=37.68%
G=39.13%
B=23.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7881480.0400.410.6865.4525.5825.29
Hex4E5130402944411a19
Octal1161216040511041013231
Binary100111010100011100001000101001100010010000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E5130; }

 p { color: rgb(78,81,48); }

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

<style>
 a { background-color: #4E5130; }

 a { background-color: rgb(78,81,48); }

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

<style>
 span { border-color: #4E5130; }

 span { border-color: rgb(78,81,48); }

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