Html Css Color HEX #31856D Viridian

📋 copy color: '#31856D'

red 49 ◦ green 133 ◦ blue 109

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

Shades of Viridian #31856D

Tints of Viridian #31856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.7%

 BLUE value IS 109 (42.97% from 255) = 37.46%

R = 16.84%
G = 45.7%
B = 37.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#31856D (or 0x31856D) is known color: Viridian. HEX triplet: 31, 85 and 6D. RGB value is (49,133,109). Sum of RGB (Red+Green+Blue) = 49+133+109=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #31856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31856D is #CE7A92. Grayscale: #696969. Windows color (decimal): -13531795 or 7177521. OLE color: 7177521.

HSL color Cylindrical-coordinate representation of color #31856D: hue angle of 162.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31856D is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 133 109 -
CMYK 0.63 0 0.18 0.48
HSL 162.86º 0.46% 0.36% -
HSV(B) 162.86º 0.63% 0.52% -
XYZ 12.41 18.53 17.39 -
YUV 105.15 130.17 87.95 -
System Red Green Blue C M Y K H S L
Decimal 49 133 109 0.63 0 0.18 0.48 162.86 0.46 0.36
Hex 31 85 6D 3F 0 12 30 A3 2E 24
Octal 61 205 155 77 0 22 60 243 56 44
Binary 110001 10000101 1101101 111111 0 10010 110000 10100011 101110 100100

Color Harmonies of #31856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31856D

Black with #31856D

Text Example


Text Example

White with #31856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,133,109); }

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

background-color css

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

 a { background-color: rgb(49,133,109); }

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

border-color css

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

 span { border-color: rgb(49,133,109); }

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