#3F7B62

Color #3F7B62 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #3F7B62

Tints of Viridian #3F7B62

Color information

#3F7B62 (or 0x3F7B62) is unknown color: approx Viridian. HEX triplet: 3F, 7B and 62. RGB value is (63,123,98). Sum of RGB (Red+Green+Blue) = 63+123+98=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 123 - color contains mainly: green. Hex color #3F7B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7B62 is #C0849D. Grayscale: #666666. Windows color (decimal): -12616862 or 6454079. OLE color: 6454079.

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

Color convert

RGB6312398-
CMYK0.4900.200.52
HSL155º32.26%36.47%-
HSV(B)155º48.78%48.24%-
XYZ11.3416.114.07-
YUV102.21125.62100.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.18%
GREEN value IS 123 (48.44% from 255) = 43.31%
BLUE value IS 98 (38.67% from 255) = 34.51%
R=22.18%
G=43.31%
B=34.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63123980.4900.200.5215532.2636.47
Hex3F7B6231014349b2024
Octal7717314261024642334044
Binary1111111111011110001011000101010011010010011011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,123,98); }

 H1.HeaderClassName
 {
   color: #3F7B62;
 }
 .AnyTagClassName
 {
   color: #3F7B62;
 }
</style>
background-color css

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

 a { background-color: rgb(63,123,98); }

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

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

 span { border-color: rgb(63,123,98); }

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