Html Css Color HEX #3F7F65 Viridian

📋 copy color: '#3F7F65'

red 63 ◦ green 127 ◦ blue 101

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

Shades of Viridian #3F7F65

Tints of Viridian #3F7F65

RGB

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

 GREEN value IS 127 (50% from 255) = 43.64%

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

R = 21.65%
G = 43.64%
B = 34.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#3F7F65 (or 0x3F7F65) is known color: Viridian. HEX triplet: 3F, 7F and 65. RGB value is (63,127,101). Sum of RGB (Red+Green+Blue) = 63+127+101=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 127 - color contains mainly: green. Hex color #3F7F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7F65 is #C0809A. Grayscale: #686868. Windows color (decimal): -12615835 or 6651711. OLE color: 6651711.

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

Color convert

RGB 63 127 101 -
CMYK 0.50 0 0.20 0.50
HSL 155.63º 0.34% 0.37% -
HSV(B) 155.63º 0.5% 0.5% -
XYZ 11.99 17.18 15 -
YUV 104.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 63 127 101 0.50 0 0.20 0.50 155.63 0.34 0.37
Hex 3F 7F 65 32 0 14 32 9C 22 25
Octal 77 177 145 62 0 24 62 234 42 45
Binary 111111 1111111 1100101 110010 0 10100 110010 10011100 100010 100101

Color Harmonies of #3F7F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7F65

Black with #3F7F65

Text Example


Text Example

White with #3F7F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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