#4B5030

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

Shades of Waiouru #4B5030

Tints of Waiouru #4B5030

Color information

#4B5030 (or 0x4B5030) is unknown color: approx Waiouru. HEX triplet: 4B, 50 and 30. RGB value is (75,80,48). Sum of RGB (Red+Green+Blue) = 75+80+48=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #4B5030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5030 is #B4AFCF. Grayscale: #4A4A4A. Windows color (decimal): -11841488 or 3166283. OLE color: 3166283.

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

Color convert

RGB758048-
CMYK0.0600.400.69
HSL69.38º25%25.1%-
HSV(B)69.38º40%31.37%-
XYZ6.37.453.9-
YUV74.86112.84128.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.95%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 48 (19.14% from 255) = 23.65%
R=36.95%
G=39.41%
B=23.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7580480.0600.400.6969.382525.1
Hex4B5030602845451919
Octal1131206060501051053131
Binary100101110100001100001100101000100010110001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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