#4F5334

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

Shades of Waiouru #4F5334

Tints of Waiouru #4F5334

Color information

#4F5334 (or 0x4F5334) is unknown color: approx Waiouru. HEX triplet: 4F, 53 and 34. RGB value is (79,83,52). Sum of RGB (Red+Green+Blue) = 79+83+52=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5334 is #B0ACCB. Grayscale: #4E4E4E. Windows color (decimal): -11578572 or 3429199. OLE color: 3429199.

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

Color convert

RGB798352-
CMYK0.0500.370.67
HSL67.74º22.96%26.47%-
HSV(B)67.74º37.35%32.55%-
XYZ6.948.14.45-
YUV78.27113.17128.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.92%
GREEN value IS 83 (32.81% from 255) = 38.79%
BLUE value IS 52 (20.70% from 255) = 24.30%
R=36.92%
G=38.79%
B=24.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7983520.0500.370.6767.7422.9626.47
Hex4F533450254344171a
Octal1171236450451031042732
Binary100111110100111101001010100101100001110001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,83,52); }

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

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

 a { background-color: rgb(79,83,52); }

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

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

 span { border-color: rgb(79,83,52); }

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