Html Css Color HEX #3F7C61 Viridian

📋 copy color: '#3F7C61'

red 63 ◦ green 124 ◦ blue 97

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

Shades of Viridian #3F7C61

Tints of Viridian #3F7C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.66%

 BLUE value IS 97 (38.28% from 255) = 34.15%

R = 22.18%
G = 43.66%
B = 34.15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#3F7C61 (or 0x3F7C61) is known color: Viridian. HEX triplet: 3F, 7C and 61. RGB value is (63,124,97). Sum of RGB (Red+Green+Blue) = 63+124+97=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C61 is #C0839E. Grayscale: #666666. Windows color (decimal): -12616607 or 6388799. OLE color: 6388799.

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

Color convert

RGB 63 124 97 -
CMYK 0.49 0 0.22 0.51
HSL 153.44º 0.33% 0.37% -
HSV(B) 153.44º 0.49% 0.49% -
XYZ 11.42 16.34 13.86 -
YUV 102.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 63 124 97 0.49 0 0.22 0.51 153.44 0.33 0.37
Hex 3F 7C 61 31 0 16 33 99 21 25
Octal 77 174 141 61 0 26 63 231 41 45
Binary 111111 1111100 1100001 110001 0 10110 110011 10011001 100001 100101

Color Harmonies of #3F7C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7C61

Black with #3F7C61

Text Example


Text Example

White with #3F7C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,124,97); }

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

background-color css

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

 a { background-color: rgb(63,124,97); }

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

border-color css

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

 span { border-color: rgb(63,124,97); }

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