Html Css Color HEX #4E542F Waiouru

📋 copy color: '#4E542F'

red 78 ◦ green 84 ◦ blue 47

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

Shades of Waiouru #4E542F

Tints of Waiouru #4E542F

RGB

 RED value IS 78 (30.86% from 255) = 37.32%

 GREEN value IS 84 (33.2% from 255) = 40.19%

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

R = 37.32%
G = 40.19%
B = 22.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#4E542F (or 0x4E542F) is known color: Waiouru. HEX triplet: 4E, 54 and 2F. RGB value is (78,84,47). Sum of RGB (Red+Green+Blue) = 78+84+47=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #4E542F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E542F is #B1ABD0. Grayscale: #4E4E4E. Windows color (decimal): -11643857 or 3101774. OLE color: 3101774.

HSL color Cylindrical-coordinate representation of color #4E542F: hue angle of 69.73º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E542F is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 84 47 -
CMYK 0.07 0 0.44 0.67
HSL 69.73º 0.28% 0.26% -
HSV(B) 69.73º 0.44% 0.33% -
XYZ 6.83 8.17 3.91 -
YUV 77.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 78 84 47 0.07 0 0.44 0.67 69.73 0.28 0.26
Hex 4E 54 2F 7 0 2C 43 46 1C 1A
Octal 116 124 57 7 0 54 103 106 34 32
Binary 1001110 1010100 101111 111 0 101100 1000011 1000110 11100 11010

Color Harmonies of #4E542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E542F

Black with #4E542F

Text Example


Text Example

White with #4E542F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,84,47); }

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

background-color css

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

 a { background-color: rgb(78,84,47); }

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

border-color css

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

 span { border-color: rgb(78,84,47); }

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