Html Css Color HEX #31876F Viridian

📋 copy color: '#31876F'

red 49 ◦ green 135 ◦ blue 111

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

Shades of Viridian #31876F

Tints of Viridian #31876F

RGB

 RED value IS 49 (19.53% from 255) = 16.61%

 GREEN value IS 135 (53.13% from 255) = 45.76%

 BLUE value IS 111 (43.75% from 255) = 37.63%

R = 16.61%
G = 45.76%
B = 37.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#31876F (or 0x31876F) is known color: Viridian. HEX triplet: 31, 87 and 6F. RGB value is (49,135,111). Sum of RGB (Red+Green+Blue) = 49+135+111=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #31876F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31876F is #CE7890. Grayscale: #6A6A6A. Windows color (decimal): -13531281 or 7309105. OLE color: 7309105.

HSL color Cylindrical-coordinate representation of color #31876F: hue angle of 163.26º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31876F is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 135 111 -
CMYK 0.64 0 0.18 0.47
HSL 163.26º 0.47% 0.36% -
HSV(B) 163.26º 0.64% 0.53% -
XYZ 12.8 19.13 18.06 -
YUV 106.55 130.51 86.95 -
System Red Green Blue C M Y K H S L
Decimal 49 135 111 0.64 0 0.18 0.47 163.26 0.47 0.36
Hex 31 87 6F 40 0 12 2F A3 2F 24
Octal 61 207 157 100 0 22 57 243 57 44
Binary 110001 10000111 1101111 1000000 0 10010 101111 10100011 101111 100100

Color Harmonies of #31876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31876F

Black with #31876F

Text Example


Text Example

White with #31876F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31876F; }

 p { color: rgb(49,135,111); }

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

background-color css

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

 a { background-color: rgb(49,135,111); }

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

border-color css

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

 span { border-color: rgb(49,135,111); }

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