Html Css Color HEX #318367 Viridian

📋 copy color: '#318367'

red 49 ◦ green 131 ◦ blue 103

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

Shades of Viridian #318367

Tints of Viridian #318367

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.29%

 BLUE value IS 103 (40.63% from 255) = 36.4%

R = 17.31%
G = 46.29%
B = 36.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#318367 (or 0x318367) is known color: Viridian. HEX triplet: 31, 83 and 67. RGB value is (49,131,103). Sum of RGB (Red+Green+Blue) = 49+131+103=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #318367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318367 is #CE7C98. Grayscale: #676767. Windows color (decimal): -13532313 or 6783793. OLE color: 6783793.

HSL color Cylindrical-coordinate representation of color #318367: hue angle of 159.51º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318367 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 131 103 -
CMYK 0.63 0 0.21 0.49
HSL 159.51º 0.46% 0.35% -
HSV(B) 159.51º 0.63% 0.51% -
XYZ 11.83 17.86 15.66 -
YUV 103.29 127.83 89.28 -
System Red Green Blue C M Y K H S L
Decimal 49 131 103 0.63 0 0.21 0.49 159.51 0.46 0.35
Hex 31 83 67 3F 0 15 31 A0 2E 23
Octal 61 203 147 77 0 25 61 240 56 43
Binary 110001 10000011 1100111 111111 0 10101 110001 10100000 101110 100011

Color Harmonies of #318367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318367

Black with #318367

Text Example


Text Example

White with #318367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318367; }

 p { color: rgb(49,131,103); }

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

background-color css

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

 a { background-color: rgb(49,131,103); }

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

border-color css

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

 span { border-color: rgb(49,131,103); }

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