Html Css Color HEX #318868 Viridian

📋 copy color: '#318868'

red 49 ◦ green 136 ◦ blue 104

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

Shades of Viridian #318868

Tints of Viridian #318868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.06%

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 16.96%
G = 47.06%
B = 35.99%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#318868 (or 0x318868) is known color: Viridian. HEX triplet: 31, 88 and 68. RGB value is (49,136,104). Sum of RGB (Red+Green+Blue) = 49+136+104=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #318868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318868 is #CE7797. Grayscale: #6A6A6A. Windows color (decimal): -13531032 or 6850609. OLE color: 6850609.

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

Color convert

RGB 49 136 104 -
CMYK 0.64 0 0.24 0.47
HSL 157.93º 0.47% 0.36% -
HSV(B) 157.93º 0.64% 0.53% -
XYZ 12.57 19.26 16.15 -
YUV 106.34 126.68 87.1 -
System Red Green Blue C M Y K H S L
Decimal 49 136 104 0.64 0 0.24 0.47 157.93 0.47 0.36
Hex 31 88 68 40 0 18 2F 9E 2F 24
Octal 61 210 150 100 0 30 57 236 57 44
Binary 110001 10001000 1101000 1000000 0 11000 101111 10011110 101111 100100

Color Harmonies of #318868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318868

Black with #318868

Text Example


Text Example

White with #318868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318868; }

 p { color: rgb(49,136,104); }

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

background-color css

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

 a { background-color: rgb(49,136,104); }

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

border-color css

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

 span { border-color: rgb(49,136,104); }

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