#4C4E2C

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

Shades of Waiouru #4C4E2C

Tints of Waiouru #4C4E2C

Color information

#4C4E2C (or 0x4C4E2C) is unknown color: approx Waiouru. HEX triplet: 4C, 4E and 2C. RGB value is (76,78,44). Sum of RGB (Red+Green+Blue) = 76+78+44=198 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.38% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 78 - color contains mainly: green. Hex color #4C4E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4E2C is #B3B1D3. Grayscale: #494949. Windows color (decimal): -11776468 or 2903628. OLE color: 2903628.

HSL color Cylindrical-coordinate representation of color #4C4E2C: hue angle of 63.53º 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 #4C4E2C is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB767844-
CMYK0.0300.440.69
HSL63.53º27.87%23.92%-
HSV(B)63.53º43.59%30.59%-
XYZ6.167.173.44-
YUV73.53111.34129.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.38%
GREEN value IS 78 (30.86% from 255) = 39.39%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=38.38%
G=39.39%
B=22.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7678440.0300.440.6963.5327.8723.92
Hex4C4E2C302C45401c18
Octal1141165430541051003430
Binary10011001001110101100110101100100010110000001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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