Html Css Color HEX #3F7C62 Viridian

📋 copy color: '#3F7C62'

red 63 ◦ green 124 ◦ blue 98

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

Shades of Viridian #3F7C62

Tints of Viridian #3F7C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.39%

R = 22.11%
G = 43.51%
B = 34.39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#3F7C62 (or 0x3F7C62) is known color: Viridian. HEX triplet: 3F, 7C and 62. RGB value is (63,124,98). Sum of RGB (Red+Green+Blue) = 63+124+98=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C62 is #C0839D. Grayscale: #666666. Windows color (decimal): -12616606 or 6454335. OLE color: 6454335.

HSL color Cylindrical-coordinate representation of color #3F7C62: hue angle of 154.43º 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 #3F7C62 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 124 98 -
CMYK 0.49 0 0.21 0.51
HSL 154.43º 0.33% 0.37% -
HSV(B) 154.43º 0.49% 0.49% -
XYZ 11.46 16.35 14.11 -
YUV 102.8 125.29 99.61 -
System Red Green Blue C M Y K H S L
Decimal 63 124 98 0.49 0 0.21 0.51 154.43 0.33 0.37
Hex 3F 7C 62 31 0 15 33 9A 21 25
Octal 77 174 142 61 0 25 63 232 41 45
Binary 111111 1111100 1100010 110001 0 10101 110011 10011010 100001 100101

Color Harmonies of #3F7C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7C62

Black with #3F7C62

Text Example


Text Example

White with #3F7C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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