#4C512D

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

Shades of Waiouru #4C512D

Tints of Waiouru #4C512D

Color information

#4C512D (or 0x4C512D) is unknown color: approx Waiouru. HEX triplet: 4C, 51 and 2D. RGB value is (76,81,45). Sum of RGB (Red+Green+Blue) = 76+81+45=202 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.62% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #4C512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C512D is #B3AED2. Grayscale: #4B4B4B. Windows color (decimal): -11775699 or 2969932. OLE color: 2969932.

HSL color Cylindrical-coordinate representation of color #4C512D: hue angle of 68.33º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C512D is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB768145-
CMYK0.0600.440.68
HSL68.33º28.57%24.71%-
HSV(B)68.33º44.44%31.76%-
XYZ6.47.613.61-
YUV75.4110.84128.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.62%
GREEN value IS 81 (32.03% from 255) = 40.10%
BLUE value IS 45 (17.97% from 255) = 22.28%
R=37.62%
G=40.10%
B=22.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7681450.0600.440.6868.3328.5724.71
Hex4C512D602C44441d19
Octal1141215560541041043531
Binary100110010100011011011100101100100010010001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,81,45); }

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

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

 a { background-color: rgb(76,81,45); }

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

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

 span { border-color: rgb(76,81,45); }

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