Html Css Color HEX #318C75 Viridian

📋 copy color: '#318C75'

red 49 ◦ green 140 ◦ blue 117

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

Shades of Viridian #318C75

Tints of Viridian #318C75

RGB

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

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

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

R = 16.01%
G = 45.75%
B = 38.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#318C75 (or 0x318C75) is known color: Viridian. HEX triplet: 31, 8C and 75. RGB value is (49,140,117). Sum of RGB (Red+Green+Blue) = 49+140+117=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 140 - color contains mainly: green. Hex color #318C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318C75 is #CE738A. Grayscale: #6E6E6E. Windows color (decimal): -13529995 or 7703601. OLE color: 7703601.

HSL color Cylindrical-coordinate representation of color #318C75: hue angle of 164.84º 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 #318C75 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 140 117 -
CMYK 0.65 0 0.16 0.45
HSL 164.84º 0.48% 0.37% -
HSV(B) 164.84º 0.65% 0.55% -
XYZ 13.86 20.69 20.09 -
YUV 110.17 131.85 84.37 -
System Red Green Blue C M Y K H S L
Decimal 49 140 117 0.65 0 0.16 0.45 164.84 0.48 0.37
Hex 31 8C 75 41 0 10 2D A5 30 25
Octal 61 214 165 101 0 20 55 245 60 45
Binary 110001 10001100 1110101 1000001 0 10000 101101 10100101 110000 100101

Color Harmonies of #318C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318C75

Black with #318C75

Text Example


Text Example

White with #318C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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