Html Css Color HEX #4F542E Waiouru

📋 copy color: '#4F542E'

red 79 ◦ green 84 ◦ blue 46

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

Shades of Waiouru #4F542E

Tints of Waiouru #4F542E

RGB

 RED value IS 79 (31.25% from 255) = 37.8%

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

 BLUE value IS 46 (18.36% from 255) = 22.01%

R = 37.8%
G = 40.19%
B = 22.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#4F542E (or 0x4F542E) is known color: Waiouru. HEX triplet: 4F, 54 and 2E. RGB value is (79,84,46). Sum of RGB (Red+Green+Blue) = 79+84+46=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #4F542E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F542E is #B0ABD1. Grayscale: #4E4E4E. Windows color (decimal): -11578322 or 3036239. OLE color: 3036239.

HSL color Cylindrical-coordinate representation of color #4F542E: hue angle of 67.89º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F542E is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 84 46 -
CMYK 0.06 0 0.45 0.67
HSL 67.89º 0.29% 0.25% -
HSV(B) 67.89º 0.45% 0.33% -
XYZ 6.89 8.2 3.8 -
YUV 78.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 79 84 46 0.06 0 0.45 0.67 67.89 0.29 0.25
Hex 4F 54 2E 6 0 2D 43 44 1D 19
Octal 117 124 56 6 0 55 103 104 35 31
Binary 1001111 1010100 101110 110 0 101101 1000011 1000100 11101 11001

Color Harmonies of #4F542E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F542E

Black with #4F542E

Text Example


Text Example

White with #4F542E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,84,46); }

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

background-color css

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

 a { background-color: rgb(79,84,46); }

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

border-color css

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

 span { border-color: rgb(79,84,46); }

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