Html Css Color HEX #3F7E65 Viridian

📋 copy color: '#3F7E65'

red 63 ◦ green 126 ◦ blue 101

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

Shades of Viridian #3F7E65

Tints of Viridian #3F7E65

RGB

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

 GREEN value IS 126 (49.61% from 255) = 43.45%

 BLUE value IS 101 (39.84% from 255) = 34.83%

R = 21.72%
G = 43.45%
B = 34.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#3F7E65 (or 0x3F7E65) is known color: Viridian. HEX triplet: 3F, 7E and 65. RGB value is (63,126,101). Sum of RGB (Red+Green+Blue) = 63+126+101=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 126 - color contains mainly: green. Hex color #3F7E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7E65 is #C0819A. Grayscale: #686868. Windows color (decimal): -12616091 or 6651455. OLE color: 6651455.

HSL color Cylindrical-coordinate representation of color #3F7E65: hue angle of 156.19º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F7E65 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 126 101 -
CMYK 0.50 0 0.20 0.51
HSL 156.19º 0.33% 0.37% -
HSV(B) 156.19º 0.5% 0.49% -
XYZ 11.86 16.92 14.95 -
YUV 104.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 63 126 101 0.50 0 0.20 0.51 156.19 0.33 0.37
Hex 3F 7E 65 32 0 14 33 9C 21 25
Octal 77 176 145 62 0 24 63 234 41 45
Binary 111111 1111110 1100101 110010 0 10100 110011 10011100 100001 100101

Color Harmonies of #3F7E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7E65

Black with #3F7E65

Text Example


Text Example

White with #3F7E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,126,101); }

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

background-color css

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

 a { background-color: rgb(63,126,101); }

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

border-color css

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

 span { border-color: rgb(63,126,101); }

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