#4F5030

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

Shades of Waiouru #4F5030

Tints of Waiouru #4F5030

Color information

#4F5030 (or 0x4F5030) is unknown color: approx Waiouru. HEX triplet: 4F, 50 and 30. RGB value is (79,80,48). Sum of RGB (Red+Green+Blue) = 79+80+48=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 80 - color contains mainly: green. Hex color #4F5030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5030 is #B0AFCF. Grayscale: #4C4C4C. Windows color (decimal): -11579344 or 3166287. OLE color: 3166287.

HSL color Cylindrical-coordinate representation of color #4F5030: hue angle of 61.88º 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 #4F5030 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB798048-
CMYK0.0100.400.69
HSL61.88º25%25.1%-
HSV(B)61.88º40%31.37%-
XYZ6.637.613.92-
YUV76.05112.17130.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.16%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=38.16%
G=38.65%
B=23.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7980480.0100.400.6961.882525.1
Hex4F50301028453e1919
Octal117120601050105763131
Binary100111110100001100001010100010001011111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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