Html Css Color HEX #4F5129 Waiouru

📋 copy color: '#4F5129'

red 79 ◦ green 81 ◦ blue 41

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

Shades of Waiouru #4F5129

Tints of Waiouru #4F5129

RGB

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

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

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

R = 39.3%
G = 40.3%
B = 20.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#4F5129 (or 0x4F5129) is known color: Waiouru. HEX triplet: 4F, 51 and 29. RGB value is (79,81,41). Sum of RGB (Red+Green+Blue) = 79+81+41=201 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.30% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 81 - color contains mainly: green. Hex color #4F5129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5129 is #B0AED6. Grayscale: #4C4C4C. Windows color (decimal): -11579095 or 2707791. OLE color: 2707791.

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

Color convert

RGB 79 81 41 -
CMYK 0.02 0 0.49 0.68
HSL 63º 0.33% 0.24% -
HSV(B) 63º 0.49% 0.32% -
XYZ 6.57 7.71 3.24 -
YUV 75.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 79 81 41 0.02 0 0.49 0.68 63 0.33 0.24
Hex 4F 51 29 2 0 31 44 3F 21 18
Octal 117 121 51 2 0 61 104 77 41 30
Binary 1001111 1010001 101001 10 0 110001 1000100 111111 100001 11000

Color Harmonies of #4F5129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5129

Black with #4F5129

Text Example


Text Example

White with #4F5129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,81,41); }

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

background-color css

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

 a { background-color: rgb(79,81,41); }

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

border-color css

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

 span { border-color: rgb(79,81,41); }

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