Html Css Color HEX #31866E Viridian

📋 copy color: '#31866E'

red 49 ◦ green 134 ◦ blue 110

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

Shades of Viridian #31866E

Tints of Viridian #31866E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.73%

 BLUE value IS 110 (43.36% from 255) = 37.54%

R = 16.72%
G = 45.73%
B = 37.54%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#31866E (or 0x31866E) is known color: Viridian. HEX triplet: 31, 86 and 6E. RGB value is (49,134,110). Sum of RGB (Red+Green+Blue) = 49+134+110=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #31866E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31866E is #CE7991. Grayscale: #696969. Windows color (decimal): -13531538 or 7243313. OLE color: 7243313.

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

Color convert

RGB 49 134 110 -
CMYK 0.63 0 0.18 0.47
HSL 163.06º 0.46% 0.36% -
HSV(B) 163.06º 0.63% 0.53% -
XYZ 12.61 18.83 17.72 -
YUV 105.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 49 134 110 0.63 0 0.18 0.47 163.06 0.46 0.36
Hex 31 86 6E 3F 0 12 2F A3 2E 24
Octal 61 206 156 77 0 22 57 243 56 44
Binary 110001 10000110 1101110 111111 0 10010 101111 10100011 101110 100100

Color Harmonies of #31866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31866E

Black with #31866E

Text Example


Text Example

White with #31866E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,134,110); }

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

background-color css

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

 a { background-color: rgb(49,134,110); }

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

border-color css

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

 span { border-color: rgb(49,134,110); }

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