Html Css Color HEX #3F8F74 Viridian

📋 copy color: '#3F8F74'

red 63 ◦ green 143 ◦ blue 116

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

Shades of Viridian #3F8F74

Tints of Viridian #3F8F74

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.41%

 BLUE value IS 116 (45.7% from 255) = 36.02%

R = 19.57%
G = 44.41%
B = 36.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#3F8F74 (or 0x3F8F74) is known color: Viridian. HEX triplet: 3F, 8F and 74. RGB value is (63,143,116). Sum of RGB (Red+Green+Blue) = 63+143+116=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 143 - color contains mainly: green. Hex color #3F8F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8F74 is #C0708B. Grayscale: #747474. Windows color (decimal): -12611724 or 7638847. OLE color: 7638847.

HSL color Cylindrical-coordinate representation of color #3F8F74: hue angle of 159.75º 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 #3F8F74 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 143 116 -
CMYK 0.56 0 0.19 0.44
HSL 159.75º 0.39% 0.4% -
HSV(B) 159.75º 0.56% 0.56% -
XYZ 15.02 21.96 19.97 -
YUV 116 128 90.2 -
System Red Green Blue C M Y K H S L
Decimal 63 143 116 0.56 0 0.19 0.44 159.75 0.39 0.4
Hex 3F 8F 74 38 0 13 2C A0 27 28
Octal 77 217 164 70 0 23 54 240 47 50
Binary 111111 10001111 1110100 111000 0 10011 101100 10100000 100111 101000

Color Harmonies of #3F8F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8F74

Black with #3F8F74

Text Example


Text Example

White with #3F8F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,143,116); }

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

background-color css

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

 a { background-color: rgb(63,143,116); }

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

border-color css

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

 span { border-color: rgb(63,143,116); }

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