#4C502B

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

Shades of Waiouru #4C502B

Tints of Waiouru #4C502B

Color information

#4C502B (or 0x4C502B) is unknown color: approx Waiouru. HEX triplet: 4C, 50 and 2B. RGB value is (76,80,43). Sum of RGB (Red+Green+Blue) = 76+80+43=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #4C502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C502B is #B3AFD4. Grayscale: #4A4A4A. Windows color (decimal): -11775957 or 2838604. OLE color: 2838604.

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

Color convert

RGB768043-
CMYK0.0500.460.69
HSL66.49º30.08%24.12%-
HSV(B)66.49º46.25%31.37%-
XYZ6.297.453.39-
YUV74.59110.17129.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.19%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=38.19%
G=40.20%
B=21.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7680430.0500.460.6966.4930.0824.12
Hex4C502B502E45421e18
Octal1141205350561051023630
Binary100110010100001010111010101110100010110000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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