Html Css Color HEX #318A71 Viridian

📋 copy color: '#318A71'

red 49 ◦ green 138 ◦ blue 113

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

Shades of Viridian #318A71

Tints of Viridian #318A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 16.33%
G = 46%
B = 37.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#318A71 (or 0x318A71) is known color: Viridian. HEX triplet: 31, 8A and 71. RGB value is (49,138,113). Sum of RGB (Red+Green+Blue) = 49+138+113=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 138 - color contains mainly: green. Hex color #318A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318A71 is #CE758E. Grayscale: #6C6C6C. Windows color (decimal): -13530511 or 7440945. OLE color: 7440945.

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

Color convert

RGB 49 138 113 -
CMYK 0.64 0 0.18 0.46
HSL 163.15º 0.48% 0.37% -
HSV(B) 163.15º 0.64% 0.54% -
XYZ 13.34 20.02 18.78 -
YUV 108.54 130.51 85.53 -
System Red Green Blue C M Y K H S L
Decimal 49 138 113 0.64 0 0.18 0.46 163.15 0.48 0.37
Hex 31 8A 71 40 0 12 2E A3 30 25
Octal 61 212 161 100 0 22 56 243 60 45
Binary 110001 10001010 1110001 1000000 0 10010 101110 10100011 110000 100101

Color Harmonies of #318A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318A71

Black with #318A71

Text Example


Text Example

White with #318A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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