Html Css Color HEX #318264 Viridian

📋 copy color: '#318264'

red 49 ◦ green 130 ◦ blue 100

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

Shades of Viridian #318264

Tints of Viridian #318264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.84%

R = 17.56%
G = 46.59%
B = 35.84%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#318264 (or 0x318264) is known color: Viridian. HEX triplet: 31, 82 and 64. RGB value is (49,130,100). Sum of RGB (Red+Green+Blue) = 49+130+100=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #318264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318264 is #CE7D9B. Grayscale: #666666. Windows color (decimal): -13532572 or 6586929. OLE color: 6586929.

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

Color convert

RGB 49 130 100 -
CMYK 0.62 0 0.23 0.49
HSL 157.78º 0.45% 0.35% -
HSV(B) 157.78º 0.62% 0.51% -
XYZ 11.55 17.54 14.83 -
YUV 102.36 126.66 89.94 -
System Red Green Blue C M Y K H S L
Decimal 49 130 100 0.62 0 0.23 0.49 157.78 0.45 0.35
Hex 31 82 64 3E 0 17 31 9E 2D 23
Octal 61 202 144 76 0 27 61 236 55 43
Binary 110001 10000010 1100100 111110 0 10111 110001 10011110 101101 100011

Color Harmonies of #318264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318264

Black with #318264

Text Example


Text Example

White with #318264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318264; }

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

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

background-color css

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

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

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

border-color css

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

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

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