Html Css Color HEX #318666 Viridian

📋 copy color: '#318666'

red 49 ◦ green 134 ◦ blue 102

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

Shades of Viridian #318666

Tints of Viridian #318666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.02%

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 17.19%
G = 47.02%
B = 35.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#318666 (or 0x318666) is known color: Viridian. HEX triplet: 31, 86 and 66. RGB value is (49,134,102). Sum of RGB (Red+Green+Blue) = 49+134+102=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #318666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318666 is #CE7999. Grayscale: #686868. Windows color (decimal): -13531546 or 6719025. OLE color: 6719025.

HSL color Cylindrical-coordinate representation of color #318666: hue angle of 157.41º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318666 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 134 102 -
CMYK 0.63 0 0.24 0.47
HSL 157.41º 0.46% 0.36% -
HSV(B) 157.41º 0.63% 0.53% -
XYZ 12.19 18.66 15.53 -
YUV 104.94 126.34 88.1 -
System Red Green Blue C M Y K H S L
Decimal 49 134 102 0.63 0 0.24 0.47 157.41 0.46 0.36
Hex 31 86 66 3F 0 18 2F 9D 2E 24
Octal 61 206 146 77 0 30 57 235 56 44
Binary 110001 10000110 1100110 111111 0 11000 101111 10011101 101110 100100

Color Harmonies of #318666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318666

Black with #318666

Text Example


Text Example

White with #318666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318666; }

 p { color: rgb(49,134,102); }

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

background-color css

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

 a { background-color: rgb(49,134,102); }

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

border-color css

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

 span { border-color: rgb(49,134,102); }

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