Html Css Color HEX #318967 Viridian

📋 copy color: '#318967'

red 49 ◦ green 137 ◦ blue 103

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

Shades of Viridian #318967

Tints of Viridian #318967

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.4%

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

R = 16.96%
G = 47.4%
B = 35.64%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#318967 (or 0x318967) is known color: Viridian. HEX triplet: 31, 89 and 67. RGB value is (49,137,103). Sum of RGB (Red+Green+Blue) = 49+137+103=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #318967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318967 is #CE7698. Grayscale: #6A6A6A. Windows color (decimal): -13530777 or 6785329. OLE color: 6785329.

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

Color convert

RGB 49 137 103 -
CMYK 0.64 0 0.25 0.46
HSL 156.82º 0.47% 0.36% -
HSV(B) 156.82º 0.64% 0.54% -
XYZ 12.66 19.52 15.93 -
YUV 106.81 125.85 86.76 -
System Red Green Blue C M Y K H S L
Decimal 49 137 103 0.64 0 0.25 0.46 156.82 0.47 0.36
Hex 31 89 67 40 0 19 2E 9D 2F 24
Octal 61 211 147 100 0 31 56 235 57 44
Binary 110001 10001001 1100111 1000000 0 11001 101110 10011101 101111 100100

Color Harmonies of #318967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318967

Black with #318967

Text Example


Text Example

White with #318967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318967; }

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

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

background-color css

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

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

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

border-color css

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

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

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