#4A502F

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

Shades of Waiouru #4A502F

Tints of Waiouru #4A502F

Color information

#4A502F (or 0x4A502F) is unknown color: approx Waiouru. HEX triplet: 4A, 50 and 2F. RGB value is (74,80,47). Sum of RGB (Red+Green+Blue) = 74+80+47=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #4A502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A502F is #B5AFD0. Grayscale: #4A4A4A. Windows color (decimal): -11907025 or 3100746. OLE color: 3100746.

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

Color convert

RGB748047-
CMYK0.0800.410.69
HSL70.91º25.98%24.9%-
HSV(B)70.91º41.25%31.37%-
XYZ6.217.43.79-
YUV74.44112.51127.68-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.82%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 47 (18.75% from 255) = 23.38%
R=36.82%
G=39.80%
B=23.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7480470.0800.410.6970.9125.9824.9
Hex4A502F802945471a19
Octal11212057100511051073231
Binary1001010101000010111110000101001100010110001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,80,47); }

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

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

 a { background-color: rgb(74,80,47); }

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

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

 span { border-color: rgb(74,80,47); }

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