Html Css Color HEX #4D5032 Waiouru

📋 copy color: '#4D5032'

red 77 ◦ green 80 ◦ blue 50

#4D5032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waiouru #4D5032

Tints of Waiouru #4D5032

RGB

 RED value IS 77 (30.47% from 255) = 37.2%

 GREEN value IS 80 (31.64% from 255) = 38.65%

 BLUE value IS 50 (19.92% from 255) = 24.15%

R = 37.2%
G = 38.65%
B = 24.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#4D5032 (or 0x4D5032) is known color: Waiouru. HEX triplet: 4D, 50 and 32. RGB value is (77,80,50). Sum of RGB (Red+Green+Blue) = 77+80+50=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 80 - color contains mainly: green. Hex color #4D5032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5032 is #B2AFCD. Grayscale: #4B4B4B. Windows color (decimal): -11710414 or 3297357. OLE color: 3297357.

HSL color Cylindrical-coordinate representation of color #4D5032: hue angle of 66º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D5032 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 77 80 50 -
CMYK 0.04 0 0.37 0.69
HSL 66º 0.23% 0.25% -
HSV(B) 66º 0.38% 0.31% -
XYZ 6.5 7.55 4.13 -
YUV 75.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 77 80 50 0.04 0 0.37 0.69 66 0.23 0.25
Hex 4D 50 32 4 0 25 45 42 17 19
Octal 115 120 62 4 0 45 105 102 27 31
Binary 1001101 1010000 110010 100 0 100101 1000101 1000010 10111 11001

Color Harmonies of #4D5032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5032

Black with #4D5032

Text Example


Text Example

White with #4D5032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,80,50); }

 H1.HeaderClassName
 {
   color: #4D5032;
 }
 .AnyTagClassName
 {
   color: #4D5032;
 }
</style>

background-color css

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

 a { background-color: rgb(77,80,50); }

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

border-color css

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

 span { border-color: rgb(77,80,50); }

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