Html Css Color HEX #318A6C Viridian

📋 copy color: '#318A6C'

red 49 ◦ green 138 ◦ blue 108

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

Shades of Viridian #318A6C

Tints of Viridian #318A6C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.78%

 BLUE value IS 108 (42.58% from 255) = 36.61%

R = 16.61%
G = 46.78%
B = 36.61%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#318A6C (or 0x318A6C) is known color: Viridian. HEX triplet: 31, 8A and 6C. RGB value is (49,138,108). Sum of RGB (Red+Green+Blue) = 49+138+108=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 138 - color contains mainly: green. Hex color #318A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318A6C is #CE7593. Grayscale: #6C6C6C. Windows color (decimal): -13530516 or 7113265. OLE color: 7113265.

HSL color Cylindrical-coordinate representation of color #318A6C: hue angle of 159.78º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318A6C is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 138 108 -
CMYK 0.64 0 0.22 0.46
HSL 159.78º 0.48% 0.37% -
HSV(B) 159.78º 0.64% 0.54% -
XYZ 13.06 19.91 17.34 -
YUV 107.97 128.01 85.94 -
System Red Green Blue C M Y K H S L
Decimal 49 138 108 0.64 0 0.22 0.46 159.78 0.48 0.37
Hex 31 8A 6C 40 0 16 2E A0 30 25
Octal 61 212 154 100 0 26 56 240 60 45
Binary 110001 10001010 1101100 1000000 0 10110 101110 10100000 110000 100101

Color Harmonies of #318A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318A6C

Black with #318A6C

Text Example


Text Example

White with #318A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,138,108); }

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

background-color css

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

 a { background-color: rgb(49,138,108); }

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

border-color css

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

 span { border-color: rgb(49,138,108); }

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