Html Css Color HEX #3F7D69 Viridian

📋 copy color: '#3F7D69'

red 63 ◦ green 125 ◦ blue 105

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

Shades of Viridian #3F7D69

Tints of Viridian #3F7D69

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.66%

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 21.5%
G = 42.66%
B = 35.84%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#3F7D69 (or 0x3F7D69) is known color: Viridian. HEX triplet: 3F, 7D and 69. RGB value is (63,125,105). Sum of RGB (Red+Green+Blue) = 63+125+105=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 125 - color contains mainly: green. Hex color #3F7D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7D69 is #C08296. Grayscale: #686868. Windows color (decimal): -12616343 or 6913343. OLE color: 6913343.

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

Color convert

RGB 63 125 105 -
CMYK 0.50 0 0.16 0.51
HSL 160.65º 0.33% 0.37% -
HSV(B) 160.65º 0.5% 0.49% -
XYZ 11.93 16.74 15.97 -
YUV 104.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 63 125 105 0.50 0 0.16 0.51 160.65 0.33 0.37
Hex 3F 7D 69 32 0 10 33 A1 21 25
Octal 77 175 151 62 0 20 63 241 41 45
Binary 111111 1111101 1101001 110010 0 10000 110011 10100001 100001 100101

Color Harmonies of #3F7D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7D69

Black with #3F7D69

Text Example


Text Example

White with #3F7D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,125,105); }

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

background-color css

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

 a { background-color: rgb(63,125,105); }

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

border-color css

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

 span { border-color: rgb(63,125,105); }

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