Html Css Color HEX #3F7C6C Viridian

📋 copy color: '#3F7C6C'

red 63 ◦ green 124 ◦ blue 108

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

Shades of Viridian #3F7C6C

Tints of Viridian #3F7C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.61%

R = 21.36%
G = 42.03%
B = 36.61%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#3F7C6C (or 0x3F7C6C) is known color: Viridian. HEX triplet: 3F, 7C and 6C. RGB value is (63,124,108). Sum of RGB (Red+Green+Blue) = 63+124+108=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C6C is #C08393. Grayscale: #676767. Windows color (decimal): -12616596 or 7109695. OLE color: 7109695.

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

Color convert

RGB 63 124 108 -
CMYK 0.49 0 0.13 0.51
HSL 164.26º 0.33% 0.37% -
HSV(B) 164.26º 0.49% 0.49% -
XYZ 11.96 16.55 16.75 -
YUV 103.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 63 124 108 0.49 0 0.13 0.51 164.26 0.33 0.37
Hex 3F 7C 6C 31 0 D 33 A4 21 25
Octal 77 174 154 61 0 15 63 244 41 45
Binary 111111 1111100 1101100 110001 0 1101 110011 10100100 100001 100101

Color Harmonies of #3F7C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7C6C

Black with #3F7C6C

Text Example


Text Example

White with #3F7C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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