Html Css Color HEX #516342 Cabbage Pont

📋 copy color: '#516342'

red 81 ◦ green 99 ◦ blue 66

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

Shades of Cabbage Pont #516342

Tints of Cabbage Pont #516342

RGB

 RED value IS 81 (32.03% from 255) = 32.93%

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

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

R = 32.93%
G = 40.24%
B = 26.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#516342 (or 0x516342) is known color: Cabbage Pont. HEX triplet: 51, 63 and 42. RGB value is (81,99,66). Sum of RGB (Red+Green+Blue) = 81+99+66=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #516342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516342 is #AE9CBD. Grayscale: #595959. Windows color (decimal): -11443390 or 4350801. OLE color: 4350801.

HSL color Cylindrical-coordinate representation of color #516342: hue angle of 92.73º 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 #516342 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 99 66 -
CMYK 0.18 0 0.33 0.61
HSL 92.73º 0.2% 0.32% -
HSV(B) 92.73º 0.33% 0.39% -
XYZ 8.84 11.07 6.82 -
YUV 89.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 81 99 66 0.18 0 0.33 0.61 92.73 0.2 0.32
Hex 51 63 42 12 0 21 3D 5D 14 20
Octal 121 143 102 22 0 41 75 135 24 40
Binary 1010001 1100011 1000010 10010 0 100001 111101 1011101 10100 100000

Color Harmonies of #516342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516342

Black with #516342

Text Example


Text Example

White with #516342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516342; }

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

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

background-color css

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

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

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

border-color css

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

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

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