Html Css Color HEX #318770 Viridian

📋 copy color: '#318770'

red 49 ◦ green 135 ◦ blue 112

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

Shades of Viridian #318770

Tints of Viridian #318770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.61%

 BLUE value IS 112 (44.14% from 255) = 37.84%

R = 16.55%
G = 45.61%
B = 37.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#318770 (or 0x318770) is known color: Viridian. HEX triplet: 31, 87 and 70. RGB value is (49,135,112). Sum of RGB (Red+Green+Blue) = 49+135+112=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #318770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318770 is #CE788F. Grayscale: #6A6A6A. Windows color (decimal): -13531280 or 7374641. OLE color: 7374641.

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

Color convert

RGB 49 135 112 -
CMYK 0.64 0 0.17 0.47
HSL 163.95º 0.47% 0.36% -
HSV(B) 163.95º 0.64% 0.53% -
XYZ 12.86 19.15 18.35 -
YUV 106.66 131.01 86.87 -
System Red Green Blue C M Y K H S L
Decimal 49 135 112 0.64 0 0.17 0.47 163.95 0.47 0.36
Hex 31 87 70 40 0 11 2F A4 2F 24
Octal 61 207 160 100 0 21 57 244 57 44
Binary 110001 10000111 1110000 1000000 0 10001 101111 10100100 101111 100100

Color Harmonies of #318770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318770

Black with #318770

Text Example


Text Example

White with #318770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318770; }

 p { color: rgb(49,135,112); }

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

background-color css

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

 a { background-color: rgb(49,135,112); }

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

border-color css

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

 span { border-color: rgb(49,135,112); }

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