#484C30

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

Shades of Waiouru #484C30

Tints of Waiouru #484C30

Color information

#484C30 (or 0x484C30) is unknown color: approx Waiouru. HEX triplet: 48, 4C and 30. RGB value is (72,76,48). Sum of RGB (Red+Green+Blue) = 72+76+48=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 76 - color contains mainly: green. Hex color #484C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C30 is #B7B3CF. Grayscale: #474747. Windows color (decimal): -12039120 or 3165256. OLE color: 3165256.

HSL color Cylindrical-coordinate representation of color #484C30: hue angle of 68.57º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #484C30 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.

Color convert

RGB727648-
CMYK0.0500.370.70
HSL68.57º22.58%24.31%-
HSV(B)68.57º36.84%29.8%-
XYZ5.796.763.8-
YUV71.61114.67128.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 76 (30.08% from 255) = 38.78%
BLUE value IS 48 (19.14% from 255) = 24.49%
R=36.73%
G=38.78%
B=24.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7276480.0500.370.7068.5722.5824.31
Hex484C30502546451718
Octal1101146050451061052730
Binary100100010011001100001010100101100011010001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484C30; }

 p { color: rgb(72,76,48); }

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

<style>
 a { background-color: #484C30; }

 a { background-color: rgb(72,76,48); }

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

<style>
 span { border-color: #484C30; }

 span { border-color: rgb(72,76,48); }

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