Html Css Color HEX #31906F Viridian

📋 copy color: '#31906F'

red 49 ◦ green 144 ◦ blue 111

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

Shades of Viridian #31906F

Tints of Viridian #31906F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.37%

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

R = 16.12%
G = 47.37%
B = 36.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#31906F (or 0x31906F) is known color: Viridian. HEX triplet: 31, 90 and 6F. RGB value is (49,144,111). Sum of RGB (Red+Green+Blue) = 49+144+111=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #31906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31906F is #CE6F90. Grayscale: #6F6F6F. Windows color (decimal): -13528977 or 7311409. OLE color: 7311409.

HSL color Cylindrical-coordinate representation of color #31906F: hue angle of 159.16º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31906F is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 144 111 -
CMYK 0.66 0 0.23 0.44
HSL 159.16º 0.49% 0.38% -
HSV(B) 159.16º 0.66% 0.56% -
XYZ 14.11 21.75 18.49 -
YUV 111.83 127.53 83.18 -
System Red Green Blue C M Y K H S L
Decimal 49 144 111 0.66 0 0.23 0.44 159.16 0.49 0.38
Hex 31 90 6F 42 0 17 2C 9F 31 26
Octal 61 220 157 102 0 27 54 237 61 46
Binary 110001 10010000 1101111 1000010 0 10111 101100 10011111 110001 100110

Color Harmonies of #31906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31906F

Black with #31906F

Text Example


Text Example

White with #31906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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