Html Css Color HEX #3F7666 Viridian

📋 copy color: '#3F7666'

red 63 ◦ green 118 ◦ blue 102

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

Shades of Viridian #3F7666

Tints of Viridian #3F7666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.7%

 BLUE value IS 102 (40.23% from 255) = 36.04%

R = 22.26%
G = 41.7%
B = 36.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#3F7666 (or 0x3F7666) is known color: Viridian. HEX triplet: 3F, 76 and 66. RGB value is (63,118,102). Sum of RGB (Red+Green+Blue) = 63+118+102=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7666 is #C08999. Grayscale: #636363. Windows color (decimal): -12618138 or 6714943. OLE color: 6714943.

HSL color Cylindrical-coordinate representation of color #3F7666: hue angle of 162.55º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7666 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 118 102 -
CMYK 0.47 0 0.14 0.54
HSL 162.55º 0.3% 0.35% -
HSV(B) 162.55º 0.47% 0.46% -
XYZ 10.93 14.97 14.88 -
YUV 99.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 63 118 102 0.47 0 0.14 0.54 162.55 0.3 0.35
Hex 3F 76 66 2F 0 E 36 A3 1E 23
Octal 77 166 146 57 0 16 66 243 36 43
Binary 111111 1110110 1100110 101111 0 1110 110110 10100011 11110 100011

Color Harmonies of #3F7666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7666

Black with #3F7666

Text Example


Text Example

White with #3F7666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,118,102); }

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

background-color css

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

 a { background-color: rgb(63,118,102); }

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

border-color css

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

 span { border-color: rgb(63,118,102); }

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