#3B8763

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

Shades of Viridian #3B8763

Tints of Viridian #3B8763

Color information

#3B8763 (or 0x3B8763) is unknown color: approx Viridian. HEX triplet: 3B, 87 and 63. RGB value is (59,135,99). Sum of RGB (Red+Green+Blue) = 59+135+99=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #3B8763 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8763 is #C4789C. Grayscale: #6C6C6C. Windows color (decimal): -12875933 or 6522683. OLE color: 6522683.

HSL color Cylindrical-coordinate representation of color #3B8763: hue angle of 151.58º 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 #3B8763 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB5913599-
CMYK0.5600.270.47
HSL151.58º39.18%38.04%-
HSV(B)151.58º56.3%52.94%-
XYZ12.7219.1614.83-
YUV108.17122.8292.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.14%
GREEN value IS 135 (53.12% from 255) = 46.08%
BLUE value IS 99 (39.06% from 255) = 33.79%
R=20.14%
G=46.08%
B=33.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59135990.5600.270.47151.5839.1838.04
Hex3B87633801B2F982726
Octal7320714370033572304746
Binary11101110000111110001111100001101110111110011000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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