Html Css Color HEX #318167 Viridian

📋 copy color: '#318167'

red 49 ◦ green 129 ◦ blue 103

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

Shades of Viridian #318167

Tints of Viridian #318167

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.91%

 BLUE value IS 103 (40.63% from 255) = 36.65%

R = 17.44%
G = 45.91%
B = 36.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#318167 (or 0x318167) is known color: Viridian. HEX triplet: 31, 81 and 67. RGB value is (49,129,103). Sum of RGB (Red+Green+Blue) = 49+129+103=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #318167 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318167 is #CE7E98. Grayscale: #666666. Windows color (decimal): -13532825 or 6783281. OLE color: 6783281.

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

Color convert

RGB 49 129 103 -
CMYK 0.62 0 0.20 0.49
HSL 160.5º 0.45% 0.35% -
HSV(B) 160.5º 0.62% 0.51% -
XYZ 11.57 17.33 15.57 -
YUV 102.12 128.5 90.11 -
System Red Green Blue C M Y K H S L
Decimal 49 129 103 0.62 0 0.20 0.49 160.5 0.45 0.35
Hex 31 81 67 3E 0 14 31 A0 2D 23
Octal 61 201 147 76 0 24 61 240 55 43
Binary 110001 10000001 1100111 111110 0 10100 110001 10100000 101101 100011

Color Harmonies of #318167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318167

Black with #318167

Text Example


Text Example

White with #318167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318167; }

 p { color: rgb(49,129,103); }

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

background-color css

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

 a { background-color: rgb(49,129,103); }

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

border-color css

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

 span { border-color: rgb(49,129,103); }

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