#4A4F2A

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

Shades of Waiouru #4A4F2A

Tints of Waiouru #4A4F2A

Color information

#4A4F2A (or 0x4A4F2A) is unknown color: approx Waiouru. HEX triplet: 4A, 4F and 2A. RGB value is (74,79,42). Sum of RGB (Red+Green+Blue) = 74+79+42=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 79 - color contains mainly: green. Hex color #4A4F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4F2A is #B5B0D5. Grayscale: #494949. Windows color (decimal): -11907286 or 2772810. OLE color: 2772810.

HSL color Cylindrical-coordinate representation of color #4A4F2A: hue angle of 68.11º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A4F2A is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB747942-
CMYK0.0600.470.69
HSL68.11º30.58%23.73%-
HSV(B)68.11º46.84%30.98%-
XYZ6.047.213.26-
YUV73.29110.34128.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.95%
GREEN value IS 79 (31.25% from 255) = 40.51%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=37.95%
G=40.51%
B=21.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7479420.0600.470.6968.1130.5823.73
Hex4A4F2A602F45441f18
Octal1121175260571051043730
Binary100101010011111010101100101111100010110001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,79,42); }

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

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

 a { background-color: rgb(74,79,42); }

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

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

 span { border-color: rgb(74,79,42); }

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