Html Css Color HEX #3E906C Viridian

📋 copy color: '#3E906C'

red 62 ◦ green 144 ◦ blue 108

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

Shades of Viridian #3E906C

Tints of Viridian #3E906C

RGB

 RED value IS 62 (24.61% from 255) = 19.75%

 GREEN value IS 144 (56.64% from 255) = 45.86%

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 19.75%
G = 45.86%
B = 34.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#3E906C (or 0x3E906C) is known color: Viridian. HEX triplet: 3E, 90 and 6C. RGB value is (62,144,108). Sum of RGB (Red+Green+Blue) = 62+144+108=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #3E906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E906C is #C16F93. Grayscale: #737373. Windows color (decimal): -12677012 or 7114814. OLE color: 7114814.

HSL color Cylindrical-coordinate representation of color #3E906C: hue angle of 153.66º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E906C is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 62 144 108 -
CMYK 0.57 0 0.25 0.44
HSL 153.66º 0.4% 0.4% -
HSV(B) 153.66º 0.57% 0.56% -
XYZ 14.67 22.05 17.67 -
YUV 115.38 123.83 89.93 -
System Red Green Blue C M Y K H S L
Decimal 62 144 108 0.57 0 0.25 0.44 153.66 0.4 0.4
Hex 3E 90 6C 39 0 19 2C 9A 28 28
Octal 76 220 154 71 0 31 54 232 50 50
Binary 111110 10010000 1101100 111001 0 11001 101100 10011010 101000 101000

Color Harmonies of #3E906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E906C

Black with #3E906C

Text Example


Text Example

White with #3E906C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E906C; }

 p { color: rgb(62,144,108); }

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

background-color css

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

 a { background-color: rgb(62,144,108); }

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

border-color css

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

 span { border-color: rgb(62,144,108); }

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