Html Css Color HEX #3F906C Viridian

📋 copy color: '#3F906C'

red 63 ◦ green 144 ◦ blue 108

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

Shades of Viridian #3F906C

Tints of Viridian #3F906C

RGB

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

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

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

R = 20%
G = 45.71%
B = 34.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#3F906C (or 0x3F906C) is known color: Viridian. HEX triplet: 3F, 90 and 6C. RGB value is (63,144,108). Sum of RGB (Red+Green+Blue) = 63+144+108=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #3F906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F906C is #C06F93. Grayscale: #737373. Windows color (decimal): -12611476 or 7114815. OLE color: 7114815.

HSL color Cylindrical-coordinate representation of color #3F906C: hue angle of 153.33º 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 #3F906C is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 144 108 -
CMYK 0.56 0 0.25 0.44
HSL 153.33º 0.39% 0.41% -
HSV(B) 153.33º 0.56% 0.56% -
XYZ 14.73 22.09 17.67 -
YUV 115.68 123.66 90.43 -
System Red Green Blue C M Y K H S L
Decimal 63 144 108 0.56 0 0.25 0.44 153.33 0.39 0.41
Hex 3F 90 6C 38 0 19 2C 99 27 29
Octal 77 220 154 70 0 31 54 231 47 51
Binary 111111 10010000 1101100 111000 0 11001 101100 10011001 100111 101001

Color Harmonies of #3F906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F906C

Black with #3F906C

Text Example


Text Example

White with #3F906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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