Html Css Color HEX #3F8570 Viridian

📋 copy color: '#3F8570'

red 63 ◦ green 133 ◦ blue 112

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

Shades of Viridian #3F8570

Tints of Viridian #3F8570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.18%

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 20.45%
G = 43.18%
B = 36.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#3F8570 (or 0x3F8570) is known color: Viridian. HEX triplet: 3F, 85 and 70. RGB value is (63,133,112). Sum of RGB (Red+Green+Blue) = 63+133+112=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #3F8570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8570 is #C07A8F. Grayscale: #6D6D6D. Windows color (decimal): -12614288 or 7374143. OLE color: 7374143.

HSL color Cylindrical-coordinate representation of color #3F8570: hue angle of 162º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F8570 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 63 133 112 -
CMYK 0.53 0 0.16 0.48
HSL 162º 0.36% 0.38% -
HSV(B) 162º 0.53% 0.52% -
XYZ 13.36 19 18.29 -
YUV 109.68 129.31 94.71 -
System Red Green Blue C M Y K H S L
Decimal 63 133 112 0.53 0 0.16 0.48 162 0.36 0.38
Hex 3F 85 70 35 0 10 30 A2 24 26
Octal 77 205 160 65 0 20 60 242 44 46
Binary 111111 10000101 1110000 110101 0 10000 110000 10100010 100100 100110

Color Harmonies of #3F8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8570

Black with #3F8570

Text Example


Text Example

White with #3F8570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,133,112); }

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

background-color css

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

 a { background-color: rgb(63,133,112); }

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

border-color css

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

 span { border-color: rgb(63,133,112); }

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