Html Css Color HEX #4F5029 Waiouru

📋 copy color: '#4F5029'

red 79 ◦ green 80 ◦ blue 41

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

Shades of Waiouru #4F5029

Tints of Waiouru #4F5029

RGB

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

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

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

R = 39.5%
G = 40%
B = 20.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#4F5029 (or 0x4F5029) is known color: Waiouru. HEX triplet: 4F, 50 and 29. RGB value is (79,80,41). Sum of RGB (Red+Green+Blue) = 79+80+41=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #4F5029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5029 is #B0AFD6. Grayscale: #4B4B4B. Windows color (decimal): -11579351 or 2707535. OLE color: 2707535.

HSL color Cylindrical-coordinate representation of color #4F5029: hue angle of 61.54º 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 #4F5029 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 80 41 -
CMYK 0.01 0 0.49 0.69
HSL 61.54º 0.32% 0.24% -
HSV(B) 61.54º 0.49% 0.31% -
XYZ 6.49 7.56 3.21 -
YUV 75.26 108.67 130.67 -
System Red Green Blue C M Y K H S L
Decimal 79 80 41 0.01 0 0.49 0.69 61.54 0.32 0.24
Hex 4F 50 29 1 0 31 45 3E 20 18
Octal 117 120 51 1 0 61 105 76 40 30
Binary 1001111 1010000 101001 1 0 110001 1000101 111110 100000 11000

Color Harmonies of #4F5029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5029

Black with #4F5029

Text Example


Text Example

White with #4F5029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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