Html Css Color HEX #318C69 Viridian

📋 copy color: '#318C69'

red 49 ◦ green 140 ◦ blue 105

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

Shades of Viridian #318C69

Tints of Viridian #318C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.71%

R = 16.67%
G = 47.62%
B = 35.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#318C69 (or 0x318C69) is known color: Viridian. HEX triplet: 31, 8C and 69. RGB value is (49,140,105). Sum of RGB (Red+Green+Blue) = 49+140+105=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 140 (55.08% from 255 or 47.62% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 140 - color contains mainly: green. Hex color #318C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318C69 is #CE7396. Grayscale: #6C6C6C. Windows color (decimal): -13530007 or 6917169. OLE color: 6917169.

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

Color convert

RGB 49 140 105 -
CMYK 0.65 0 0.25 0.45
HSL 156.92º 0.48% 0.37% -
HSV(B) 156.92º 0.65% 0.55% -
XYZ 13.19 20.43 16.61 -
YUV 108.8 125.85 85.35 -
System Red Green Blue C M Y K H S L
Decimal 49 140 105 0.65 0 0.25 0.45 156.92 0.48 0.37
Hex 31 8C 69 41 0 19 2D 9D 30 25
Octal 61 214 151 101 0 31 55 235 60 45
Binary 110001 10001100 1101001 1000001 0 11001 101101 10011101 110000 100101

Color Harmonies of #318C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318C69

Black with #318C69

Text Example


Text Example

White with #318C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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