Html Css Color HEX #505236 Waiouru

📋 copy color: '#505236'

red 80 ◦ green 82 ◦ blue 54

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

Shades of Waiouru #505236

Tints of Waiouru #505236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25%

R = 37.04%
G = 37.96%
B = 25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#505236 (or 0x505236) is known color: Waiouru. HEX triplet: 50, 52 and 36. RGB value is (80,82,54). Sum of RGB (Red+Green+Blue) = 80+82+54=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 82 - color contains mainly: green. Hex color #505236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505236 is #AFADC9. Grayscale: #4E4E4E. Windows color (decimal): -11513290 or 3560016. OLE color: 3560016.

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

Color convert

RGB 80 82 54 -
CMYK 0.02 0 0.34 0.68
HSL 64.29º 0.21% 0.27% -
HSV(B) 64.29º 0.34% 0.32% -
XYZ 6.99 8.01 4.67 -
YUV 78.21 114.34 129.28 -
System Red Green Blue C M Y K H S L
Decimal 80 82 54 0.02 0 0.34 0.68 64.29 0.21 0.27
Hex 50 52 36 2 0 22 44 40 15 1B
Octal 120 122 66 2 0 42 104 100 25 33
Binary 1010000 1010010 110110 10 0 100010 1000100 1000000 10101 11011

Color Harmonies of #505236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505236

Black with #505236

Text Example


Text Example

White with #505236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505236; }

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

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

background-color css

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

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

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

border-color css

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

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

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