#4A4E2C

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

Shades of Waiouru #4A4E2C

Tints of Waiouru #4A4E2C

Color information

#4A4E2C (or 0x4A4E2C) is unknown color: approx Waiouru. HEX triplet: 4A, 4E and 2C. RGB value is (74,78,44). Sum of RGB (Red+Green+Blue) = 74+78+44=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 78 - color contains mainly: green. Hex color #4A4E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4E2C is #B5B1D3. Grayscale: #494949. Windows color (decimal): -11907540 or 2903626. OLE color: 2903626.

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

Color convert

RGB747844-
CMYK0.0500.440.69
HSL67.06º27.87%23.92%-
HSV(B)67.06º43.59%30.59%-
XYZ67.093.43-
YUV72.93111.67128.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.76%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=37.76%
G=39.80%
B=22.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7478440.0500.440.6967.0627.8723.92
Hex4A4E2C502C45431c18
Octal1121165450541051033430
Binary100101010011101011001010101100100010110000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,78,44); }

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

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

 a { background-color: rgb(74,78,44); }

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

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

 span { border-color: rgb(74,78,44); }

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