#4D5030

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

Shades of Waiouru #4D5030

Tints of Waiouru #4D5030

Color information

#4D5030 (or 0x4D5030) is unknown color: approx Waiouru. HEX triplet: 4D, 50 and 30. RGB value is (77,80,48). Sum of RGB (Red+Green+Blue) = 77+80+48=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 80 - color contains mainly: green. Hex color #4D5030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5030 is #B2AFCF. Grayscale: #4B4B4B. Windows color (decimal): -11710416 or 3166285. OLE color: 3166285.

HSL color Cylindrical-coordinate representation of color #4D5030: hue angle of 65.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D5030 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB778048-
CMYK0.0400.400.69
HSL65.62º25%25.1%-
HSV(B)65.62º40%31.37%-
XYZ6.467.533.91-
YUV75.45112.51129.1-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.56%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 48 (19.14% from 255) = 23.41%
R=37.56%
G=39.02%
B=23.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7780480.0400.400.6965.622525.1
Hex4D5030402845421919
Octal1151206040501051023131
Binary100110110100001100001000101000100010110000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,80,48); }

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

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

 a { background-color: rgb(77,80,48); }

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

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

 span { border-color: rgb(77,80,48); }

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