#3F8665

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

Shades of Viridian #3F8665

Tints of Viridian #3F8665

Color information

#3F8665 (or 0x3F8665) is unknown color: approx Viridian. HEX triplet: 3F, 86 and 65. RGB value is (63,134,101). Sum of RGB (Red+Green+Blue) = 63+134+101=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #3F8665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8665 is #C0799A. Grayscale: #6D6D6D. Windows color (decimal): -12614043 or 6653503. OLE color: 6653503.

HSL color Cylindrical-coordinate representation of color #3F8665: hue angle of 152.11º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F8665 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB63134101-
CMYK0.5300.250.47
HSL152.11º36.04%38.63%-
HSV(B)152.11º52.99%52.55%-
XYZ12.9219.0515.31-
YUV109.01123.4895.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.14%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 101 (39.84% from 255) = 33.89%
R=21.14%
G=44.97%
B=33.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal631341010.5300.250.47152.1136.0438.63
Hex3F8665350192F982427
Octal7720614565031572304447
Binary11111110000110110010111010101100110111110011000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,134,101); }

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

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

 a { background-color: rgb(63,134,101); }

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

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

 span { border-color: rgb(63,134,101); }

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