#4C5034

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

Shades of Waiouru #4C5034

Tints of Waiouru #4C5034

Color information

#4C5034 (or 0x4C5034) is unknown color: approx Waiouru. HEX triplet: 4C, 50 and 34. RGB value is (76,80,52). Sum of RGB (Red+Green+Blue) = 76+80+52=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #4C5034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5034 is #B3AFCB. Grayscale: #4B4B4B. Windows color (decimal): -11775948 or 3428428. OLE color: 3428428.

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

Color convert

RGB768052-
CMYK0.0500.350.69
HSL68.57º21.21%25.88%-
HSV(B)68.57º35%31.37%-
XYZ6.477.524.36-
YUV75.61114.67128.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.54%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 52 (20.70% from 255) = 25%
R=36.54%
G=38.46%
B=25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7680520.0500.350.6968.5721.2125.88
Hex4C503450234545151a
Octal1141206450431051052532
Binary100110010100001101001010100011100010110001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,80,52); }

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

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

 a { background-color: rgb(76,80,52); }

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

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

 span { border-color: rgb(76,80,52); }

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