#4F5038

Color #4F5038 Waiouru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waiouru #4F5038

Tints of Waiouru #4F5038

Color information

#4F5038 (or 0x4F5038) is unknown color: approx Waiouru. HEX triplet: 4F, 50 and 38. RGB value is (79,80,56). Sum of RGB (Red+Green+Blue) = 79+80+56=215 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.74% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #4F5038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5038 is #B0AFC7. Grayscale: #4D4D4D. Windows color (decimal): -11579336 or 3690575. OLE color: 3690575.

HSL color Cylindrical-coordinate representation of color #4F5038: hue angle of 62.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F5038 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB798056-
CMYK0.0100.300.69
HSL62.5º17.65%26.67%-
HSV(B)62.5º30%31.37%-
XYZ6.817.694.87-
YUV76.96116.17129.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.74%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=36.74%
G=37.21%
B=26.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7980560.0100.300.6962.517.6526.67
Hex4F5038101E453e121b
Octal117120701036105762233
Binary10011111010000111000101111010001011111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F5038;
 }
 .AnyTagClassName
 {
   color: #4F5038;
 }
</style>
background-color css

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

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

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

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

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

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