Html Css Color HEX #318E75 Viridian

📋 copy color: '#318E75'

red 49 ◦ green 142 ◦ blue 117

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

Shades of Viridian #318E75

Tints of Viridian #318E75

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.1%

 BLUE value IS 117 (46.09% from 255) = 37.99%

R = 15.91%
G = 46.1%
B = 37.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#318E75 (or 0x318E75) is known color: Viridian. HEX triplet: 31, 8E and 75. RGB value is (49,142,117). Sum of RGB (Red+Green+Blue) = 49+142+117=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 142 - color contains mainly: green. Hex color #318E75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318E75 is #CE718A. Grayscale: #6F6F6F. Windows color (decimal): -13529483 or 7704113. OLE color: 7704113.

HSL color Cylindrical-coordinate representation of color #318E75: hue angle of 163.87º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318E75 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 142 117 -
CMYK 0.65 0 0.18 0.44
HSL 163.87º 0.49% 0.37% -
HSV(B) 163.87º 0.65% 0.56% -
XYZ 14.15 21.28 20.19 -
YUV 111.34 131.19 83.53 -
System Red Green Blue C M Y K H S L
Decimal 49 142 117 0.65 0 0.18 0.44 163.87 0.49 0.37
Hex 31 8E 75 41 0 12 2C A4 31 25
Octal 61 216 165 101 0 22 54 244 61 45
Binary 110001 10001110 1110101 1000001 0 10010 101100 10100100 110001 100101

Color Harmonies of #318E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318E75

Black with #318E75

Text Example


Text Example

White with #318E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,142,117); }

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

background-color css

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

 a { background-color: rgb(49,142,117); }

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

border-color css

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

 span { border-color: rgb(49,142,117); }

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