Html Css Color HEX #318C6A Viridian

📋 copy color: '#318C6A'

red 49 ◦ green 140 ◦ blue 106

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

Shades of Viridian #318C6A

Tints of Viridian #318C6A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.46%

 BLUE value IS 106 (41.8% from 255) = 35.93%

R = 16.61%
G = 47.46%
B = 35.93%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#318C6A (or 0x318C6A) is known color: Viridian. HEX triplet: 31, 8C and 6A. RGB value is (49,140,106). Sum of RGB (Red+Green+Blue) = 49+140+106=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #318C6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318C6A is #CE7395. Grayscale: #6C6C6C. Windows color (decimal): -13530006 or 6982705. OLE color: 6982705.

HSL color Cylindrical-coordinate representation of color #318C6A: hue angle of 157.58º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318C6A is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 140 106 -
CMYK 0.65 0 0.24 0.45
HSL 157.58º 0.48% 0.37% -
HSV(B) 157.58º 0.65% 0.55% -
XYZ 13.25 20.45 16.88 -
YUV 108.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 49 140 106 0.65 0 0.24 0.45 157.58 0.48 0.37
Hex 31 8C 6A 41 0 18 2D 9E 30 25
Octal 61 214 152 101 0 30 55 236 60 45
Binary 110001 10001100 1101010 1000001 0 11000 101101 10011110 110000 100101

Color Harmonies of #318C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318C6A

Black with #318C6A

Text Example


Text Example

White with #318C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318C6A; }

 p { color: rgb(49,140,106); }

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

background-color css

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

 a { background-color: rgb(49,140,106); }

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

border-color css

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

 span { border-color: rgb(49,140,106); }

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