Html Css Color HEX #31876C Viridian

📋 copy color: '#31876C'

red 49 ◦ green 135 ◦ blue 108

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

Shades of Viridian #31876C

Tints of Viridian #31876C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.99%

R = 16.78%
G = 46.23%
B = 36.99%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#31876C (or 0x31876C) is known color: Viridian. HEX triplet: 31, 87 and 6C. RGB value is (49,135,108). Sum of RGB (Red+Green+Blue) = 49+135+108=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #31876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31876C is #CE7893. Grayscale: #6A6A6A. Windows color (decimal): -13531284 or 7112497. OLE color: 7112497.

HSL color Cylindrical-coordinate representation of color #31876C: hue angle of 161.16º 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 #31876C is Cyan = 0.64, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 135 108 -
CMYK 0.64 0 0.2 0.47
HSL 161.16º 0.47% 0.36% -
HSV(B) 161.16º 0.64% 0.53% -
XYZ 12.64 19.06 17.2 -
YUV 106.21 129.01 87.2 -
System Red Green Blue C M Y K H S L
Decimal 49 135 108 0.64 0 0.2 0.47 161.16 0.47 0.36
Hex 31 87 6C 40 0 14 2F A1 2F 24
Octal 61 207 154 100 0 24 57 241 57 44
Binary 110001 10000111 1101100 1000000 0 10100 101111 10100001 101111 100100

Color Harmonies of #31876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31876C

Black with #31876C

Text Example


Text Example

White with #31876C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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