Html Css Color HEX #51615D Viridian Green

📋 copy color: '#51615D'

red 81 ◦ green 97 ◦ blue 93

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

Shades of Viridian Green #51615D

Tints of Viridian Green #51615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.79%

 BLUE value IS 93 (36.72% from 255) = 34.32%

R = 29.89%
G = 35.79%
B = 34.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#51615D (or 0x51615D) is known color: Viridian Green. HEX triplet: 51, 61 and 5D. RGB value is (81,97,93). Sum of RGB (Red+Green+Blue) = 81+97+93=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 97 - color contains mainly: green. Hex color #51615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51615D is #AE9EA2. Grayscale: #5B5B5B. Windows color (decimal): -11443875 or 6119761. OLE color: 6119761.

HSL color Cylindrical-coordinate representation of color #51615D: hue angle of 165º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #51615D is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 93 -
CMYK 0.16 0 0.04 0.62
HSL 165º 0.09% 0.35% -
HSV(B) 165º 0.16% 0.38% -
XYZ 9.64 11.09 11.99 -
YUV 91.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 81 97 93 0.16 0 0.04 0.62 165 0.09 0.35
Hex 51 61 5D 10 0 4 3E A5 9 23
Octal 121 141 135 20 0 4 76 245 11 43
Binary 1010001 1100001 1011101 10000 0 100 111110 10100101 1001 100011

Color Harmonies of #51615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51615D

Black with #51615D

Text Example


Text Example

White with #51615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51615D; }

 p { color: rgb(81,97,93); }

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

background-color css

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

 a { background-color: rgb(81,97,93); }

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

border-color css

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

 span { border-color: rgb(81,97,93); }

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