#4F542F

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

Shades of Waiouru #4F542F

Tints of Waiouru #4F542F

Color information

#4F542F (or 0x4F542F) is unknown color: approx Waiouru. HEX triplet: 4F, 54 and 2F. RGB value is (79,84,47). Sum of RGB (Red+Green+Blue) = 79+84+47=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #4F542F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F542F is #B0ABD0. Grayscale: #4E4E4E. Windows color (decimal): -11578321 or 3101775. OLE color: 3101775.

HSL color Cylindrical-coordinate representation of color #4F542F: hue angle of 68.11º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F542F is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB798447-
CMYK0.0600.440.67
HSL68.11º28.24%25.69%-
HSV(B)68.11º44.05%32.94%-
XYZ6.918.213.91-
YUV78.29110.34128.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.62%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 47 (18.75% from 255) = 22.38%
R=37.62%
G=40%
B=22.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7984470.0600.440.6768.1128.2425.69
Hex4F542F602C43441c1a
Octal1171245760541031043432
Binary100111110101001011111100101100100001110001001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,84,47); }

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

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

 a { background-color: rgb(79,84,47); }

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

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

 span { border-color: rgb(79,84,47); }

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