Html Css Color HEX #318564 Viridian

📋 copy color: '#318564'

red 49 ◦ green 133 ◦ blue 100

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

Shades of Viridian #318564

Tints of Viridian #318564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.16%

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

R = 17.38%
G = 47.16%
B = 35.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#318564 (or 0x318564) is known color: Viridian. HEX triplet: 31, 85 and 64. RGB value is (49,133,100). Sum of RGB (Red+Green+Blue) = 49+133+100=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #318564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318564 is #CE7A9B. Grayscale: #686868. Windows color (decimal): -13531804 or 6587697. OLE color: 6587697.

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

Color convert

RGB 49 133 100 -
CMYK 0.63 0 0.25 0.48
HSL 156.43º 0.46% 0.36% -
HSV(B) 156.43º 0.63% 0.52% -
XYZ 11.95 18.35 14.97 -
YUV 104.12 125.67 88.68 -
System Red Green Blue C M Y K H S L
Decimal 49 133 100 0.63 0 0.25 0.48 156.43 0.46 0.36
Hex 31 85 64 3F 0 19 30 9C 2E 24
Octal 61 205 144 77 0 31 60 234 56 44
Binary 110001 10000101 1100100 111111 0 11001 110000 10011100 101110 100100

Color Harmonies of #318564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318564

Black with #318564

Text Example


Text Example

White with #318564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318564; }

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

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

background-color css

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

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

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

border-color css

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

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

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