Html Css Color HEX #484B2F Waiouru

📋 copy color: '#484B2F'

red 72 ◦ green 75 ◦ blue 47

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

Shades of Waiouru #484B2F

Tints of Waiouru #484B2F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.66%

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

R = 37.11%
G = 38.66%
B = 24.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#484B2F (or 0x484B2F) is known color: Waiouru. HEX triplet: 48, 4B and 2F. RGB value is (72,75,47). Sum of RGB (Red+Green+Blue) = 72+75+47=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 75 - color contains mainly: green. Hex color #484B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B2F is #B7B4D0. Grayscale: #474747. Windows color (decimal): -12039377 or 3099464. OLE color: 3099464.

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

Color convert

RGB 72 75 47 -
CMYK 0.04 0 0.37 0.71
HSL 66.43º 0.23% 0.24% -
HSV(B) 66.43º 0.37% 0.29% -
XYZ 5.7 6.62 3.67 -
YUV 70.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 72 75 47 0.04 0 0.37 0.71 66.43 0.23 0.24
Hex 48 4B 2F 4 0 25 47 42 17 18
Octal 110 113 57 4 0 45 107 102 27 30
Binary 1001000 1001011 101111 100 0 100101 1000111 1000010 10111 11000

Color Harmonies of #484B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484B2F

Black with #484B2F

Text Example


Text Example

White with #484B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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