#3F8865

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

Shades of Viridian #3F8865

Tints of Viridian #3F8865

Color information

#3F8865 (or 0x3F8865) is unknown color: approx Viridian. HEX triplet: 3F, 88 and 65. RGB value is (63,136,101). Sum of RGB (Red+Green+Blue) = 63+136+101=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #3F8865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8865 is #C0779A. Grayscale: #6E6E6E. Windows color (decimal): -12613531 or 6654015. OLE color: 6654015.

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

Color convert

RGB63136101-
CMYK0.5400.260.47
HSL151.23º36.68%39.02%-
HSV(B)151.23º53.68%53.33%-
XYZ13.219.615.4-
YUV110.18122.8294.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21%
GREEN value IS 136 (53.52% from 255) = 45.33%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=21%
G=45.33%
B=33.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal631361010.5400.260.47151.2336.6839.02
Hex3F88653601A2F972527
Octal7721014566032572274547
Binary11111110001000110010111011001101010111110010111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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