Html Css Color HEX #484C28 Waiouru

📋 copy color: '#484C28'

red 72 ◦ green 76 ◦ blue 40

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

Shades of Waiouru #484C28

Tints of Waiouru #484C28

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.43%

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

R = 38.3%
G = 40.43%
B = 21.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#484C28 (or 0x484C28) is known color: Waiouru. HEX triplet: 48, 4C and 28. RGB value is (72,76,40). Sum of RGB (Red+Green+Blue) = 72+76+40=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 76 - color contains mainly: green. Hex color #484C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C28 is #B7B3D7. Grayscale: #464646. Windows color (decimal): -12039128 or 2640968. OLE color: 2640968.

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

Color convert

RGB 72 76 40 -
CMYK 0.05 0 0.47 0.70
HSL 66.67º 0.31% 0.23% -
HSV(B) 66.67º 0.47% 0.3% -
XYZ 5.64 6.7 3 -
YUV 70.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 72 76 40 0.05 0 0.47 0.70 66.67 0.31 0.23
Hex 48 4C 28 5 0 2F 46 43 1F 17
Octal 110 114 50 5 0 57 106 103 37 27
Binary 1001000 1001100 101000 101 0 101111 1000110 1000011 11111 10111

Color Harmonies of #484C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C28

Black with #484C28

Text Example


Text Example

White with #484C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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