Html Css Color HEX #3F8E6E Viridian

📋 copy color: '#3F8E6E'

red 63 ◦ green 142 ◦ blue 110

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

Shades of Viridian #3F8E6E

Tints of Viridian #3F8E6E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.08%

 BLUE value IS 110 (43.36% from 255) = 34.92%

R = 20%
G = 45.08%
B = 34.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#3F8E6E (or 0x3F8E6E) is known color: Viridian. HEX triplet: 3F, 8E and 6E. RGB value is (63,142,110). Sum of RGB (Red+Green+Blue) = 63+142+110=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #3F8E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8E6E is #C07191. Grayscale: #727272. Windows color (decimal): -12611986 or 7245375. OLE color: 7245375.

HSL color Cylindrical-coordinate representation of color #3F8E6E: hue angle of 155.7º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F8E6E is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 142 110 -
CMYK 0.56 0 0.23 0.44
HSL 155.7º 0.39% 0.4% -
HSV(B) 155.7º 0.56% 0.56% -
XYZ 14.54 21.53 18.14 -
YUV 114.73 125.33 91.1 -
System Red Green Blue C M Y K H S L
Decimal 63 142 110 0.56 0 0.23 0.44 155.7 0.39 0.4
Hex 3F 8E 6E 38 0 17 2C 9C 27 28
Octal 77 216 156 70 0 27 54 234 47 50
Binary 111111 10001110 1101110 111000 0 10111 101100 10011100 100111 101000

Color Harmonies of #3F8E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8E6E

Black with #3F8E6E

Text Example


Text Example

White with #3F8E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,142,110); }

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

background-color css

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

 a { background-color: rgb(63,142,110); }

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

border-color css

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

 span { border-color: rgb(63,142,110); }

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