Html Css Color HEX #318569 Viridian

📋 copy color: '#318569'

red 49 ◦ green 133 ◦ blue 105

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

Shades of Viridian #318569

Tints of Viridian #318569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.59%

R = 17.07%
G = 46.34%
B = 36.59%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#318569 (or 0x318569) is known color: Viridian. HEX triplet: 31, 85 and 69. RGB value is (49,133,105). Sum of RGB (Red+Green+Blue) = 49+133+105=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #318569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318569 is #CE7A96. Grayscale: #686868. Windows color (decimal): -13531799 or 6915377. OLE color: 6915377.

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

Color convert

RGB 49 133 105 -
CMYK 0.63 0 0.21 0.48
HSL 160º 0.46% 0.36% -
HSV(B) 160º 0.63% 0.52% -
XYZ 12.2 18.45 16.28 -
YUV 104.69 128.17 88.28 -
System Red Green Blue C M Y K H S L
Decimal 49 133 105 0.63 0 0.21 0.48 160 0.46 0.36
Hex 31 85 69 3F 0 15 30 A0 2E 24
Octal 61 205 151 77 0 25 60 240 56 44
Binary 110001 10000101 1101001 111111 0 10101 110000 10100000 101110 100100

Color Harmonies of #318569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318569

Black with #318569

Text Example


Text Example

White with #318569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318569; }

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

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

background-color css

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

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

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

border-color css

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

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

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