Html Css Color HEX #3F906D Viridian

📋 copy color: '#3F906D'

red 63 ◦ green 144 ◦ blue 109

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

Shades of Viridian #3F906D

Tints of Viridian #3F906D

RGB

 RED value IS 63 (25% from 255) = 19.94%

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

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 19.94%
G = 45.57%
B = 34.49%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#3F906D (or 0x3F906D) is known color: Viridian. HEX triplet: 3F, 90 and 6D. RGB value is (63,144,109). Sum of RGB (Red+Green+Blue) = 63+144+109=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #3F906D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F906D is #C06F92. Grayscale: #737373. Windows color (decimal): -12611475 or 7180351. OLE color: 7180351.

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

Color convert

RGB 63 144 109 -
CMYK 0.56 0 0.24 0.44
HSL 154.07º 0.39% 0.41% -
HSV(B) 154.07º 0.56% 0.56% -
XYZ 14.78 22.11 17.96 -
YUV 115.79 124.16 90.35 -
System Red Green Blue C M Y K H S L
Decimal 63 144 109 0.56 0 0.24 0.44 154.07 0.39 0.41
Hex 3F 90 6D 38 0 18 2C 9A 27 29
Octal 77 220 155 70 0 30 54 232 47 51
Binary 111111 10010000 1101101 111000 0 11000 101100 10011010 100111 101001

Color Harmonies of #3F906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F906D

Black with #3F906D

Text Example


Text Example

White with #3F906D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,144,109); }

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

background-color css

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

 a { background-color: rgb(63,144,109); }

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

border-color css

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

 span { border-color: rgb(63,144,109); }

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