Html Css Color HEX #3F7660 Viridian

📋 copy color: '#3F7660'

red 63 ◦ green 118 ◦ blue 96

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

Shades of Viridian #3F7660

Tints of Viridian #3F7660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.66%

R = 22.74%
G = 42.6%
B = 34.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#3F7660 (or 0x3F7660) is known color: Viridian. HEX triplet: 3F, 76 and 60. RGB value is (63,118,96). Sum of RGB (Red+Green+Blue) = 63+118+96=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7660 is #C0899F. Grayscale: #636363. Windows color (decimal): -12618144 or 6321727. OLE color: 6321727.

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

Color convert

RGB 63 118 96 -
CMYK 0.47 0 0.19 0.54
HSL 156º 0.3% 0.35% -
HSV(B) 156º 0.47% 0.46% -
XYZ 10.64 14.86 13.37 -
YUV 99.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 63 118 96 0.47 0 0.19 0.54 156 0.3 0.35
Hex 3F 76 60 2F 0 13 36 9C 1E 23
Octal 77 166 140 57 0 23 66 234 36 43
Binary 111111 1110110 1100000 101111 0 10011 110110 10011100 11110 100011

Color Harmonies of #3F7660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7660

Black with #3F7660

Text Example


Text Example

White with #3F7660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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