Html Css Color HEX #318664 Viridian

📋 copy color: '#318664'

red 49 ◦ green 134 ◦ blue 100

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

Shades of Viridian #318664

Tints of Viridian #318664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.34%

R = 17.31%
G = 47.35%
B = 35.34%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#318664 (or 0x318664) is known color: Viridian. HEX triplet: 31, 86 and 64. RGB value is (49,134,100). Sum of RGB (Red+Green+Blue) = 49+134+100=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #318664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318664 is #CE799B. Grayscale: #686868. Windows color (decimal): -13531548 or 6587953. OLE color: 6587953.

HSL color Cylindrical-coordinate representation of color #318664: hue angle of 156º 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 #318664 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 134 100 -
CMYK 0.63 0 0.25 0.47
HSL 156º 0.46% 0.36% -
HSV(B) 156º 0.63% 0.53% -
XYZ 12.09 18.62 15.01 -
YUV 104.71 125.34 88.26 -
System Red Green Blue C M Y K H S L
Decimal 49 134 100 0.63 0 0.25 0.47 156 0.46 0.36
Hex 31 86 64 3F 0 19 2F 9C 2E 24
Octal 61 206 144 77 0 31 57 234 56 44
Binary 110001 10000110 1100100 111111 0 11001 101111 10011100 101110 100100

Color Harmonies of #318664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318664

Black with #318664

Text Example


Text Example

White with #318664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318664; }

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

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

background-color css

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

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

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

border-color css

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

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

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