Html Css Color HEX #484A2F Waiouru

📋 copy color: '#484A2F'

red 72 ◦ green 74 ◦ blue 47

#484A2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waiouru #484A2F

Tints of Waiouru #484A2F

RGB

 RED value IS 72 (28.52% from 255) = 37.31%

 GREEN value IS 74 (29.3% from 255) = 38.34%

 BLUE value IS 47 (18.75% from 255) = 24.35%

R = 37.31%
G = 38.34%
B = 24.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#484A2F (or 0x484A2F) is known color: Waiouru. HEX triplet: 48, 4A and 2F. RGB value is (72,74,47). Sum of RGB (Red+Green+Blue) = 72+74+47=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 74 - color contains mainly: green. Hex color #484A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A2F is #B7B5D0. Grayscale: #464646. Windows color (decimal): -12039633 or 3099208. OLE color: 3099208.

HSL color Cylindrical-coordinate representation of color #484A2F: hue angle of 64.44º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #484A2F is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 74 47 -
CMYK 0.03 0 0.36 0.71
HSL 64.44º 0.22% 0.24% -
HSV(B) 64.44º 0.36% 0.29% -
XYZ 5.63 6.48 3.64 -
YUV 70.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 72 74 47 0.03 0 0.36 0.71 64.44 0.22 0.24
Hex 48 4A 2F 3 0 24 47 40 16 18
Octal 110 112 57 3 0 44 107 100 26 30
Binary 1001000 1001010 101111 11 0 100100 1000111 1000000 10110 11000

Color Harmonies of #484A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A2F

Black with #484A2F

Text Example


Text Example

White with #484A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,74,47); }

 H1.HeaderClassName
 {
   color: #484A2F;
 }
 .AnyTagClassName
 {
   color: #484A2F;
 }
</style>

background-color css

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

 a { background-color: rgb(72,74,47); }

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

border-color css

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

 span { border-color: rgb(72,74,47); }

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