Html Css Color HEX #3F7663 Viridian

📋 copy color: '#3F7663'

red 63 ◦ green 118 ◦ blue 99

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

Shades of Viridian #3F7663

Tints of Viridian #3F7663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.36%

R = 22.5%
G = 42.14%
B = 35.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#3F7663 (or 0x3F7663) is known color: Viridian. HEX triplet: 3F, 76 and 63. RGB value is (63,118,99). Sum of RGB (Red+Green+Blue) = 63+118+99=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7663 is #C0899C. Grayscale: #636363. Windows color (decimal): -12618141 or 6518335. OLE color: 6518335.

HSL color Cylindrical-coordinate representation of color #3F7663: hue angle of 159.27º 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 #3F7663 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 118 99 -
CMYK 0.47 0 0.16 0.54
HSL 159.27º 0.3% 0.35% -
HSV(B) 159.27º 0.47% 0.46% -
XYZ 10.78 14.91 14.11 -
YUV 99.39 127.78 102.04 -
System Red Green Blue C M Y K H S L
Decimal 63 118 99 0.47 0 0.16 0.54 159.27 0.3 0.35
Hex 3F 76 63 2F 0 10 36 9F 1E 23
Octal 77 166 143 57 0 20 66 237 36 43
Binary 111111 1110110 1100011 101111 0 10000 110110 10011111 11110 100011

Color Harmonies of #3F7663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7663

Black with #3F7663

Text Example


Text Example

White with #3F7663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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