#4C532D

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

Shades of Waiouru #4C532D

Tints of Waiouru #4C532D

Color information

#4C532D (or 0x4C532D) is unknown color: approx Waiouru. HEX triplet: 4C, 53 and 2D. RGB value is (76,83,45). Sum of RGB (Red+Green+Blue) = 76+83+45=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #4C532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C532D is #B3ACD2. Grayscale: #4C4C4C. Windows color (decimal): -11775187 or 2970444. OLE color: 2970444.

HSL color Cylindrical-coordinate representation of color #4C532D: hue angle of 71.05º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C532D is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB768345-
CMYK0.0800.460.67
HSL71.05º29.69%25.1%-
HSV(B)71.05º45.78%32.55%-
XYZ6.557.913.66-
YUV76.57110.18127.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.25%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 45 (17.97% from 255) = 22.06%
R=37.25%
G=40.69%
B=22.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7683450.0800.460.6771.0529.6925.1
Hex4C532D802E43471e19
Octal11412355100561031073631
Binary1001100101001110110110000101110100001110001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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