#4F512F

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

Shades of Waiouru #4F512F

Tints of Waiouru #4F512F

Color information

#4F512F (or 0x4F512F) is unknown color: approx Waiouru. HEX triplet: 4F, 51 and 2F. RGB value is (79,81,47). Sum of RGB (Red+Green+Blue) = 79+81+47=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 81 - color contains mainly: green. Hex color #4F512F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F512F is #B0AED0. Grayscale: #4C4C4C. Windows color (decimal): -11579089 or 3101007. OLE color: 3101007.

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

Color convert

RGB798147-
CMYK0.0200.420.68
HSL63.53º26.56%25.1%-
HSV(B)63.53º41.98%31.76%-
XYZ6.687.753.83-
YUV76.53111.34129.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.16%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=38.16%
G=39.13%
B=22.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7981470.0200.420.6863.5326.5625.1
Hex4F512F202A44401b19
Octal1171215720521041003331
Binary10011111010001101111100101010100010010000001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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