#3B8663

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

Shades of Viridian #3B8663

Tints of Viridian #3B8663

Color information

#3B8663 (or 0x3B8663) is unknown color: approx Viridian. HEX triplet: 3B, 86 and 63. RGB value is (59,134,99). Sum of RGB (Red+Green+Blue) = 59+134+99=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #3B8663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8663 is #C4799C. Grayscale: #6B6B6B. Windows color (decimal): -12876189 or 6522427. OLE color: 6522427.

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

Color convert

RGB5913499-
CMYK0.5600.260.47
HSL152º38.86%37.84%-
HSV(B)152º55.97%52.55%-
XYZ12.5818.8814.79-
YUV107.58123.1593.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.21%
GREEN value IS 134 (52.73% from 255) = 45.89%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=20.21%
G=45.89%
B=33.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59134990.5600.260.4715238.8637.84
Hex3B86633801A2F982726
Octal7320614370032572304746
Binary11101110000110110001111100001101010111110011000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,134,99); }

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

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

 a { background-color: rgb(59,134,99); }

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

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

 span { border-color: rgb(59,134,99); }

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