Html Css Color HEX #4D512F Waiouru

📋 copy color: '#4D512F'

red 77 ◦ green 81 ◦ blue 47

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

Shades of Waiouru #4D512F

Tints of Waiouru #4D512F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.51%

 BLUE value IS 47 (18.75% from 255) = 22.93%

R = 37.56%
G = 39.51%
B = 22.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.68

RGB Variations

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

Color information

#4D512F (or 0x4D512F) is known color: Waiouru. HEX triplet: 4D, 51 and 2F. RGB value is (77,81,47). Sum of RGB (Red+Green+Blue) = 77+81+47=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 81 - color contains mainly: green. Hex color #4D512F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D512F is #B2AED0. Grayscale: #4C4C4C. Windows color (decimal): -11710161 or 3101005. OLE color: 3101005.

HSL color Cylindrical-coordinate representation of color #4D512F: hue angle of 67.06º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D512F is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB 77 81 47 -
CMYK 0.05 0 0.42 0.68
HSL 67.06º 0.27% 0.25% -
HSV(B) 67.06º 0.42% 0.32% -
XYZ 6.52 7.67 3.83 -
YUV 75.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 77 81 47 0.05 0 0.42 0.68 67.06 0.27 0.25
Hex 4D 51 2F 5 0 2A 44 43 1B 19
Octal 115 121 57 5 0 52 104 103 33 31
Binary 1001101 1010001 101111 101 0 101010 1000100 1000011 11011 11001

Color Harmonies of #4D512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D512F

Black with #4D512F

Text Example


Text Example

White with #4D512F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,81,47); }

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

background-color css

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

 a { background-color: rgb(77,81,47); }

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

border-color css

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

 span { border-color: rgb(77,81,47); }

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