#4B502F

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

Shades of Waiouru #4B502F

Tints of Waiouru #4B502F

Color information

#4B502F (or 0x4B502F) is unknown color: approx Waiouru. HEX triplet: 4B, 50 and 2F. RGB value is (75,80,47). Sum of RGB (Red+Green+Blue) = 75+80+47=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #4B502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B502F is #B4AFD0. Grayscale: #4A4A4A. Windows color (decimal): -11841489 or 3100747. OLE color: 3100747.

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

Color convert

RGB758047-
CMYK0.0600.410.69
HSL69.09º25.98%24.9%-
HSV(B)69.09º41.25%31.37%-
XYZ6.287.443.79-
YUV74.74112.34128.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.13%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 47 (18.75% from 255) = 23.27%
R=37.13%
G=39.60%
B=23.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7580470.0600.410.6969.0925.9824.9
Hex4B502F602945451a19
Octal1131205760511051053231
Binary100101110100001011111100101001100010110001011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,80,47); }

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

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

 a { background-color: rgb(75,80,47); }

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

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

 span { border-color: rgb(75,80,47); }

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