Html Css Color HEX #51714E Cactus

📋 copy color: '#51714E'

red 81 ◦ green 113 ◦ blue 78

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

Shades of Cactus #51714E

Tints of Cactus #51714E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.54%

 BLUE value IS 78 (30.86% from 255) = 28.68%

R = 29.78%
G = 41.54%
B = 28.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#51714E (or 0x51714E) is known color: Cactus. HEX triplet: 51, 71 and 4E. RGB value is (81,113,78). Sum of RGB (Red+Green+Blue) = 81+113+78=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #51714E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51714E is #AE8EB1. Grayscale: #636363. Windows color (decimal): -11439794 or 5140817. OLE color: 5140817.

HSL color Cylindrical-coordinate representation of color #51714E: hue angle of 114.86º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #51714E is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 113 78 -
CMYK 0.28 0 0.31 0.56
HSL 114.86º 0.18% 0.37% -
HSV(B) 114.86º 0.31% 0.44% -
XYZ 10.67 14.11 9.37 -
YUV 99.44 115.9 114.85 -
System Red Green Blue C M Y K H S L
Decimal 81 113 78 0.28 0 0.31 0.56 114.86 0.18 0.37
Hex 51 71 4E 1C 0 1F 38 73 12 25
Octal 121 161 116 34 0 37 70 163 22 45
Binary 1010001 1110001 1001110 11100 0 11111 111000 1110011 10010 100101

Color Harmonies of #51714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51714E

Black with #51714E

Text Example


Text Example

White with #51714E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51714E; }

 p { color: rgb(81,113,78); }

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

background-color css

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

 a { background-color: rgb(81,113,78); }

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

border-color css

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

 span { border-color: rgb(81,113,78); }

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