#4C502D

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

Shades of Waiouru #4C502D

Tints of Waiouru #4C502D

Color information

#4C502D (or 0x4C502D) is unknown color: approx Waiouru. HEX triplet: 4C, 50 and 2D. RGB value is (76,80,45). Sum of RGB (Red+Green+Blue) = 76+80+45=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #4C502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C502D is #B3AFD2. Grayscale: #4A4A4A. Windows color (decimal): -11775955 or 2969676. OLE color: 2969676.

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

Color convert

RGB768045-
CMYK0.0500.440.69
HSL66.86º28%24.51%-
HSV(B)66.86º43.75%31.37%-
XYZ6.327.463.59-
YUV74.81111.17128.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.81%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=37.81%
G=39.80%
B=22.39%

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
Decimal7680450.0500.440.6966.862824.51
Hex4C502D502C45431c19
Octal1141205550541051033431
Binary100110010100001011011010101100100010110000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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