Html Css Color HEX #506342 Cabbage Pont

📋 copy color: '#506342'

red 80 ◦ green 99 ◦ blue 66

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

Shades of Cabbage Pont #506342

Tints of Cabbage Pont #506342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.41%

 BLUE value IS 66 (26.17% from 255) = 26.94%

R = 32.65%
G = 40.41%
B = 26.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#506342 (or 0x506342) is known color: Cabbage Pont. HEX triplet: 50, 63 and 42. RGB value is (80,99,66). Sum of RGB (Red+Green+Blue) = 80+99+66=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 99 - color contains mainly: green. Hex color #506342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506342 is #AF9CBD. Grayscale: #595959. Windows color (decimal): -11508926 or 4350800. OLE color: 4350800.

HSL color Cylindrical-coordinate representation of color #506342: hue angle of 94.55º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #506342 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 66 -
CMYK 0.19 0 0.33 0.61
HSL 94.55º 0.2% 0.32% -
HSV(B) 94.55º 0.33% 0.39% -
XYZ 8.75 11.02 6.82 -
YUV 89.56 114.71 121.18 -
System Red Green Blue C M Y K H S L
Decimal 80 99 66 0.19 0 0.33 0.61 94.55 0.2 0.32
Hex 50 63 42 13 0 21 3D 5F 14 20
Octal 120 143 102 23 0 41 75 137 24 40
Binary 1010000 1100011 1000010 10011 0 100001 111101 1011111 10100 100000

Color Harmonies of #506342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506342

Black with #506342

Text Example


Text Example

White with #506342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506342; }

 p { color: rgb(80,99,66); }

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

background-color css

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

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

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

border-color css

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

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

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