Html Css Color HEX #484A28 Waiouru

📋 copy color: '#484A28'

red 72 ◦ green 74 ◦ blue 40

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

Shades of Waiouru #484A28

Tints of Waiouru #484A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.51%

R = 38.71%
G = 39.78%
B = 21.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.71

RGB Variations

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

Color information

#484A28 (or 0x484A28) is known color: Waiouru. HEX triplet: 48, 4A and 28. RGB value is (72,74,40). Sum of RGB (Red+Green+Blue) = 72+74+40=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 74 - color contains mainly: green. Hex color #484A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A28 is #B7B5D7. Grayscale: #454545. Windows color (decimal): -12039640 or 2640456. OLE color: 2640456.

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

Color convert

RGB 72 74 40 -
CMYK 0.03 0 0.46 0.71
HSL 63.53º 0.3% 0.22% -
HSV(B) 63.53º 0.46% 0.29% -
XYZ 5.5 6.43 2.96 -
YUV 69.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 72 74 40 0.03 0 0.46 0.71 63.53 0.3 0.22
Hex 48 4A 28 3 0 2E 47 40 1E 16
Octal 110 112 50 3 0 56 107 100 36 26
Binary 1001000 1001010 101000 11 0 101110 1000111 1000000 11110 10110

Color Harmonies of #484A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A28

Black with #484A28

Text Example


Text Example

White with #484A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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