Html Css Color HEX #505028 Waiouru

📋 copy color: '#505028'

red 80 ◦ green 80 ◦ blue 40

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

Shades of Waiouru #505028

Tints of Waiouru #505028

RGB

 RED value IS 80 (31.64% from 255) = 40%

 GREEN value IS 80 (31.64% from 255) = 40%

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

R = 40%
G = 40%
B = 20%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#505028 (or 0x505028) is known color: Waiouru. HEX triplet: 50, 50 and 28. RGB value is (80,80,40). Sum of RGB (Red+Green+Blue) = 80+80+40=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505028 is #AFAFD7. Grayscale: #4B4B4B. Windows color (decimal): -11513816 or 2642000. OLE color: 2642000.

HSL color Cylindrical-coordinate representation of color #505028: hue angle of 60º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #505028 is Cyan = 0, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 80 40 -
CMYK 0 0 0.5 0.69
HSL 60º 0.33% 0.24% -
HSV(B) 60º 0.5% 0.31% -
XYZ 6.56 7.6 3.13 -
YUV 75.44 108 131.25 -
System Red Green Blue C M Y K H S L
Decimal 80 80 40 0 0 0.5 0.69 60 0.33 0.24
Hex 50 50 28 0 0 32 45 3C 21 18
Octal 120 120 50 0 0 62 105 74 41 30
Binary 1010000 1010000 101000 0 0 110010 1000101 111100 100001 11000

Color Harmonies of #505028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505028

Black with #505028

Text Example


Text Example

White with #505028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505028; }

 p { color: rgb(80,80,40); }

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

background-color css

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

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

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

border-color css

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

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

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