#4C4D2D

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

Shades of Waiouru #4C4D2D

Tints of Waiouru #4C4D2D

Color information

#4C4D2D (or 0x4C4D2D) is unknown color: approx Waiouru. HEX triplet: 4C, 4D and 2D. RGB value is (76,77,45). Sum of RGB (Red+Green+Blue) = 76+77+45=198 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.38% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 77 - color contains mainly: green. Hex color #4C4D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4D2D is #B3B2D2. Grayscale: #494949. Windows color (decimal): -11776723 or 2968908. OLE color: 2968908.

HSL color Cylindrical-coordinate representation of color #4C4D2D: hue angle of 61.88º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C4D2D is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB767745-
CMYK0.0100.420.70
HSL61.88º26.23%23.92%-
HSV(B)61.88º41.56%30.2%-
XYZ6.117.033.52-
YUV73.05112.17130.1-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.38%
GREEN value IS 77 (30.47% from 255) = 38.89%
BLUE value IS 45 (17.97% from 255) = 22.73%
R=38.38%
G=38.89%
B=22.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7677450.0100.420.7061.8826.2323.92
Hex4C4D2D102A463e1a18
Octal114115551052106763230
Binary100110010011011011011010101010001101111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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