Html Css Color HEX #318665 Viridian

📋 copy color: '#318665'

red 49 ◦ green 134 ◦ blue 101

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

Shades of Viridian #318665

Tints of Viridian #318665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.18%

 BLUE value IS 101 (39.84% from 255) = 35.56%

R = 17.25%
G = 47.18%
B = 35.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#318665 (or 0x318665) is known color: Viridian. HEX triplet: 31, 86 and 65. RGB value is (49,134,101). Sum of RGB (Red+Green+Blue) = 49+134+101=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #318665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318665 is #CE799A. Grayscale: #686868. Windows color (decimal): -13531547 or 6653489. OLE color: 6653489.

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

Color convert

RGB 49 134 101 -
CMYK 0.63 0 0.25 0.47
HSL 156.71º 0.46% 0.36% -
HSV(B) 156.71º 0.63% 0.53% -
XYZ 12.14 18.64 15.27 -
YUV 104.82 125.84 88.18 -
System Red Green Blue C M Y K H S L
Decimal 49 134 101 0.63 0 0.25 0.47 156.71 0.46 0.36
Hex 31 86 65 3F 0 19 2F 9D 2E 24
Octal 61 206 145 77 0 31 57 235 56 44
Binary 110001 10000110 1100101 111111 0 11001 101111 10011101 101110 100100

Color Harmonies of #318665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318665

Black with #318665

Text Example


Text Example

White with #318665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318665; }

 p { color: rgb(49,134,101); }

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

background-color css

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

 a { background-color: rgb(49,134,101); }

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

border-color css

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

 span { border-color: rgb(49,134,101); }

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