Html Css Color HEX #516243 Cabbage Pont

📋 copy color: '#516243'

red 81 ◦ green 98 ◦ blue 67

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

Shades of Cabbage Pont #516243

Tints of Cabbage Pont #516243

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.84%

 BLUE value IS 67 (26.56% from 255) = 27.24%

R = 32.93%
G = 39.84%
B = 27.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#516243 (or 0x516243) is known color: Cabbage Pont. HEX triplet: 51, 62 and 43. RGB value is (81,98,67). Sum of RGB (Red+Green+Blue) = 81+98+67=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #516243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516243 is #AE9DBC. Grayscale: #595959. Windows color (decimal): -11443645 or 4416081. OLE color: 4416081.

HSL color Cylindrical-coordinate representation of color #516243: hue angle of 92.9º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #516243 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 98 67 -
CMYK 0.17 0 0.32 0.62
HSL 92.9º 0.19% 0.32% -
HSV(B) 92.9º 0.32% 0.38% -
XYZ 8.77 10.89 6.95 -
YUV 89.38 115.37 122.02 -
System Red Green Blue C M Y K H S L
Decimal 81 98 67 0.17 0 0.32 0.62 92.9 0.19 0.32
Hex 51 62 43 11 0 20 3E 5D 13 20
Octal 121 142 103 21 0 40 76 135 23 40
Binary 1010001 1100010 1000011 10001 0 100000 111110 1011101 10011 100000

Color Harmonies of #516243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516243

Black with #516243

Text Example


Text Example

White with #516243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516243; }

 p { color: rgb(81,98,67); }

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

background-color css

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

 a { background-color: rgb(81,98,67); }

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

border-color css

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

 span { border-color: rgb(81,98,67); }

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