Html Css Color HEX #318A6E Viridian

📋 copy color: '#318A6E'

red 49 ◦ green 138 ◦ blue 110

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

Shades of Viridian #318A6E

Tints of Viridian #318A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 16.5%
G = 46.46%
B = 37.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#318A6E (or 0x318A6E) is known color: Viridian. HEX triplet: 31, 8A and 6E. RGB value is (49,138,110). Sum of RGB (Red+Green+Blue) = 49+138+110=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #318A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318A6E is #CE7591. Grayscale: #6C6C6C. Windows color (decimal): -13530514 or 7244337. OLE color: 7244337.

HSL color Cylindrical-coordinate representation of color #318A6E: hue angle of 161.12º 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 #318A6E is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 138 110 -
CMYK 0.64 0 0.20 0.46
HSL 161.12º 0.48% 0.37% -
HSV(B) 161.12º 0.64% 0.54% -
XYZ 13.17 19.96 17.91 -
YUV 108.2 129.01 85.78 -
System Red Green Blue C M Y K H S L
Decimal 49 138 110 0.64 0 0.20 0.46 161.12 0.48 0.37
Hex 31 8A 6E 40 0 14 2E A1 30 25
Octal 61 212 156 100 0 24 56 241 60 45
Binary 110001 10001010 1101110 1000000 0 10100 101110 10100001 110000 100101

Color Harmonies of #318A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318A6E

Black with #318A6E

Text Example


Text Example

White with #318A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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