Html Css Color HEX #318262 Viridian

📋 copy color: '#318262'

red 49 ◦ green 130 ◦ blue 98

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

Shades of Viridian #318262

Tints of Viridian #318262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.93%

 BLUE value IS 98 (38.67% from 255) = 35.38%

R = 17.69%
G = 46.93%
B = 35.38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#318262 (or 0x318262) is known color: Viridian. HEX triplet: 31, 82 and 62. RGB value is (49,130,98). Sum of RGB (Red+Green+Blue) = 49+130+98=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #318262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318262 is #CE7D9D. Grayscale: #666666. Windows color (decimal): -13532574 or 6455857. OLE color: 6455857.

HSL color Cylindrical-coordinate representation of color #318262: hue angle of 156.3º 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 #318262 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 130 98 -
CMYK 0.62 0 0.25 0.49
HSL 156.3º 0.45% 0.35% -
HSV(B) 156.3º 0.62% 0.51% -
XYZ 11.45 17.5 14.33 -
YUV 102.13 125.66 90.1 -
System Red Green Blue C M Y K H S L
Decimal 49 130 98 0.62 0 0.25 0.49 156.3 0.45 0.35
Hex 31 82 62 3E 0 19 31 9C 2D 23
Octal 61 202 142 76 0 31 61 234 55 43
Binary 110001 10000010 1100010 111110 0 11001 110001 10011100 101101 100011

Color Harmonies of #318262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318262

Black with #318262

Text Example


Text Example

White with #318262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318262; }

 p { color: rgb(49,130,98); }

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

background-color css

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

 a { background-color: rgb(49,130,98); }

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

border-color css

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

 span { border-color: rgb(49,130,98); }

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