Html Css Color HEX #4F5036 Waiouru

📋 copy color: '#4F5036'

red 79 ◦ green 80 ◦ blue 54

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

Shades of Waiouru #4F5036

Tints of Waiouru #4F5036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.35%

R = 37.09%
G = 37.56%
B = 25.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#4F5036 (or 0x4F5036) is known color: Waiouru. HEX triplet: 4F, 50 and 36. RGB value is (79,80,54). Sum of RGB (Red+Green+Blue) = 79+80+54=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 80 - color contains mainly: green. Hex color #4F5036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5036 is #B0AFC9. Grayscale: #4C4C4C. Windows color (decimal): -11579338 or 3559503. OLE color: 3559503.

HSL color Cylindrical-coordinate representation of color #4F5036: hue angle of 62.31º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F5036 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 80 54 -
CMYK 0.01 0 0.33 0.69
HSL 62.31º 0.19% 0.26% -
HSV(B) 62.31º 0.33% 0.31% -
XYZ 6.76 7.67 4.61 -
YUV 76.74 115.17 129.61 -
System Red Green Blue C M Y K H S L
Decimal 79 80 54 0.01 0 0.33 0.69 62.31 0.19 0.26
Hex 4F 50 36 1 0 21 45 3E 13 1A
Octal 117 120 66 1 0 41 105 76 23 32
Binary 1001111 1010000 110110 1 0 100001 1000101 111110 10011 11010

Color Harmonies of #4F5036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5036

Black with #4F5036

Text Example


Text Example

White with #4F5036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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