#4B502B

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

Shades of Waiouru #4B502B

Tints of Waiouru #4B502B

Color information

#4B502B (or 0x4B502B) is unknown color: approx Waiouru. HEX triplet: 4B, 50 and 2B. RGB value is (75,80,43). Sum of RGB (Red+Green+Blue) = 75+80+43=198 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.88% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #4B502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B502B is #B4AFD4. Grayscale: #4A4A4A. Windows color (decimal): -11841493 or 2838603. OLE color: 2838603.

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

Color convert

RGB758043-
CMYK0.0600.460.69
HSL68.11º30.08%24.12%-
HSV(B)68.11º46.25%31.37%-
XYZ6.217.413.39-
YUV74.29110.34128.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.88%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 43 (17.19% from 255) = 21.72%
R=37.88%
G=40.40%
B=21.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7580430.0600.460.6968.1130.0824.12
Hex4B502B602E45441e18
Octal1131205360561051043630
Binary100101110100001010111100101110100010110001001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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