Html Css Color HEX #31846B Viridian

📋 copy color: '#31846B'

red 49 ◦ green 132 ◦ blue 107

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

Shades of Viridian #31846B

Tints of Viridian #31846B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.83%

 BLUE value IS 107 (42.19% from 255) = 37.15%

R = 17.01%
G = 45.83%
B = 37.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#31846B (or 0x31846B) is known color: Viridian. HEX triplet: 31, 84 and 6B. RGB value is (49,132,107). Sum of RGB (Red+Green+Blue) = 49+132+107=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #31846B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31846B is #CE7B94. Grayscale: #686868. Windows color (decimal): -13532053 or 7046193. OLE color: 7046193.

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

Color convert

RGB 49 132 107 -
CMYK 0.63 0 0.19 0.48
HSL 161.93º 0.46% 0.35% -
HSV(B) 161.93º 0.63% 0.52% -
XYZ 12.17 18.22 16.78 -
YUV 104.33 129.5 88.53 -
System Red Green Blue C M Y K H S L
Decimal 49 132 107 0.63 0 0.19 0.48 161.93 0.46 0.35
Hex 31 84 6B 3F 0 13 30 A2 2E 23
Octal 61 204 153 77 0 23 60 242 56 43
Binary 110001 10000100 1101011 111111 0 10011 110000 10100010 101110 100011

Color Harmonies of #31846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31846B

Black with #31846B

Text Example


Text Example

White with #31846B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31846B; }

 p { color: rgb(49,132,107); }

 H1.HeaderClassName
 {
   color: #31846B;
 }
 .AnyTagClassName
 {
   color: #31846B;
 }
</style>

background-color css

<style>
 a { background-color: #31846B; }

 a { background-color: rgb(49,132,107); }

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

border-color css

<style>
 span { border-color: #31846B; }

 span { border-color: rgb(49,132,107); }

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