Html Css Color HEX #318366 Viridian

📋 copy color: '#318366'

red 49 ◦ green 131 ◦ blue 102

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

Shades of Viridian #318366

Tints of Viridian #318366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.45%

 BLUE value IS 102 (40.23% from 255) = 36.17%

R = 17.38%
G = 46.45%
B = 36.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#318366 (or 0x318366) is known color: Viridian. HEX triplet: 31, 83 and 66. RGB value is (49,131,102). Sum of RGB (Red+Green+Blue) = 49+131+102=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #318366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318366 is #CE7C99. Grayscale: #676767. Windows color (decimal): -13532314 or 6718257. OLE color: 6718257.

HSL color Cylindrical-coordinate representation of color #318366: hue angle of 158.78º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318366 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 131 102 -
CMYK 0.63 0 0.22 0.49
HSL 158.78º 0.46% 0.35% -
HSV(B) 158.78º 0.63% 0.51% -
XYZ 11.78 17.84 15.39 -
YUV 103.18 127.33 89.36 -
System Red Green Blue C M Y K H S L
Decimal 49 131 102 0.63 0 0.22 0.49 158.78 0.46 0.35
Hex 31 83 66 3F 0 16 31 9F 2E 23
Octal 61 203 146 77 0 26 61 237 56 43
Binary 110001 10000011 1100110 111111 0 10110 110001 10011111 101110 100011

Color Harmonies of #318366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318366

Black with #318366

Text Example


Text Example

White with #318366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318366; }

 p { color: rgb(49,131,102); }

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

background-color css

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

 a { background-color: rgb(49,131,102); }

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

border-color css

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

 span { border-color: rgb(49,131,102); }

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