Html Css Color HEX #505228 Waiouru

📋 copy color: '#505228'

red 80 ◦ green 82 ◦ blue 40

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

Shades of Waiouru #505228

Tints of Waiouru #505228

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.59%

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

R = 39.6%
G = 40.59%
B = 19.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#505228 (or 0x505228) is known color: Waiouru. HEX triplet: 50, 52 and 28. RGB value is (80,82,40). Sum of RGB (Red+Green+Blue) = 80+82+40=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 82 - color contains mainly: green. Hex color #505228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505228 is #AFADD7. Grayscale: #4C4C4C. Windows color (decimal): -11513304 or 2642512. OLE color: 2642512.

HSL color Cylindrical-coordinate representation of color #505228: hue angle of 62.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #505228 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 82 40 -
CMYK 0.02 0 0.51 0.68
HSL 62.86º 0.34% 0.24% -
HSV(B) 62.86º 0.51% 0.32% -
XYZ 6.71 7.89 3.18 -
YUV 76.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 80 82 40 0.02 0 0.51 0.68 62.86 0.34 0.24
Hex 50 52 28 2 0 33 44 3F 22 18
Octal 120 122 50 2 0 63 104 77 42 30
Binary 1010000 1010010 101000 10 0 110011 1000100 111111 100010 11000

Color Harmonies of #505228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505228

Black with #505228

Text Example


Text Example

White with #505228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505228; }

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

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

background-color css

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

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

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

border-color css

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

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

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