Html Css Color HEX #4D5029 Waiouru

📋 copy color: '#4D5029'

red 77 ◦ green 80 ◦ blue 41

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

Shades of Waiouru #4D5029

Tints of Waiouru #4D5029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.71%

R = 38.89%
G = 40.4%
B = 20.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#4D5029 (or 0x4D5029) is known color: Waiouru. HEX triplet: 4D, 50 and 29. RGB value is (77,80,41). Sum of RGB (Red+Green+Blue) = 77+80+41=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #4D5029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5029 is #B2AFD6. Grayscale: #4A4A4A. Windows color (decimal): -11710423 or 2707533. OLE color: 2707533.

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

Color convert

RGB 77 80 41 -
CMYK 0.04 0 0.49 0.69
HSL 64.62º 0.32% 0.24% -
HSV(B) 64.62º 0.49% 0.31% -
XYZ 6.33 7.48 3.21 -
YUV 74.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 77 80 41 0.04 0 0.49 0.69 64.62 0.32 0.24
Hex 4D 50 29 4 0 31 45 41 20 18
Octal 115 120 51 4 0 61 105 101 40 30
Binary 1001101 1010000 101001 100 0 110001 1000101 1000001 100000 11000

Color Harmonies of #4D5029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5029

Black with #4D5029

Text Example


Text Example

White with #4D5029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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