Html Css Color HEX #4F5030 Waiouru

📋 copy color: '#4F5030'

red 79 ◦ green 80 ◦ blue 48

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

Shades of Waiouru #4F5030

Tints of Waiouru #4F5030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.19%

R = 38.16%
G = 38.65%
B = 23.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#4F5030 (or 0x4F5030) is known color: Waiouru. HEX triplet: 4F, 50 and 30. RGB value is (79,80,48). Sum of RGB (Red+Green+Blue) = 79+80+48=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 80 - color contains mainly: green. Hex color #4F5030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5030 is #B0AFCF. Grayscale: #4C4C4C. Windows color (decimal): -11579344 or 3166287. OLE color: 3166287.

HSL color Cylindrical-coordinate representation of color #4F5030: hue angle of 61.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F5030 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 80 48 -
CMYK 0.01 0 0.40 0.69
HSL 61.88º 0.25% 0.25% -
HSV(B) 61.88º 0.4% 0.31% -
XYZ 6.63 7.61 3.92 -
YUV 76.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 79 80 48 0.01 0 0.40 0.69 61.88 0.25 0.25
Hex 4F 50 30 1 0 28 45 3E 19 19
Octal 117 120 60 1 0 50 105 76 31 31
Binary 1001111 1010000 110000 1 0 101000 1000101 111110 11001 11001

Color Harmonies of #4F5030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5030

Black with #4F5030

Text Example


Text Example

White with #4F5030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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