Html Css Color HEX #508462 Como

📋 copy color: '#508462'

red 80 ◦ green 132 ◦ blue 98

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

Shades of Como #508462

Tints of Como #508462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.58%

 BLUE value IS 98 (38.67% from 255) = 31.61%

R = 25.81%
G = 42.58%
B = 31.61%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#508462 (or 0x508462) is known color: Como. HEX triplet: 50, 84 and 62. RGB value is (80,132,98). Sum of RGB (Red+Green+Blue) = 80+132+98=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #508462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508462 is #AF7B9D. Grayscale: #707070. Windows color (decimal): -11500446 or 6456400. OLE color: 6456400.

HSL color Cylindrical-coordinate representation of color #508462: hue angle of 140.77º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508462 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 132 98 -
CMYK 0.39 0 0.26 0.48
HSL 140.77º 0.25% 0.42% -
HSV(B) 140.77º 0.39% 0.52% -
XYZ 13.76 19.09 14.51 -
YUV 112.58 119.77 104.76 -
System Red Green Blue C M Y K H S L
Decimal 80 132 98 0.39 0 0.26 0.48 140.77 0.25 0.42
Hex 50 84 62 27 0 1A 30 8D 19 2A
Octal 120 204 142 47 0 32 60 215 31 52
Binary 1010000 10000100 1100010 100111 0 11010 110000 10001101 11001 101010

Color Harmonies of #508462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508462

Black with #508462

Text Example


Text Example

White with #508462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508462; }

 p { color: rgb(80,132,98); }

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

background-color css

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

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

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

border-color css

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

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

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