#4F5035

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

Shades of Waiouru #4F5035

Tints of Waiouru #4F5035

Color information

#4F5035 (or 0x4F5035) is unknown color: approx Waiouru. HEX triplet: 4F, 50 and 35. RGB value is (79,80,53). Sum of RGB (Red+Green+Blue) = 79+80+53=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 80 - color contains mainly: green. Hex color #4F5035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5035 is #B0AFCA. Grayscale: #4C4C4C. Windows color (decimal): -11579339 or 3493967. OLE color: 3493967.

HSL color Cylindrical-coordinate representation of color #4F5035: hue angle of 62.22º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F5035 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB798053-
CMYK0.0100.340.69
HSL62.22º20.3%26.08%-
HSV(B)62.22º33.75%31.37%-
XYZ6.747.664.49-
YUV76.62114.67129.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.26%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 53 (21.09% from 255) = 25%
R=37.26%
G=37.74%
B=25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7980530.0100.340.6962.2220.326.08
Hex4F50351022453e141a
Octal117120651042105762432
Binary100111110100001101011010001010001011111101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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