#3B8C67

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

Shades of Viridian #3B8C67

Tints of Viridian #3B8C67

Color information

#3B8C67 (or 0x3B8C67) is unknown color: approx Viridian. HEX triplet: 3B, 8C and 67. RGB value is (59,140,103). Sum of RGB (Red+Green+Blue) = 59+140+103=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 140 - color contains mainly: green. Hex color #3B8C67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8C67 is #C47398. Grayscale: #6F6F6F. Windows color (decimal): -12874649 or 6786107. OLE color: 6786107.

HSL color Cylindrical-coordinate representation of color #3B8C67: hue angle of 152.59º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8C67 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB59140103-
CMYK0.5800.260.45
HSL152.59º40.7%39.02%-
HSV(B)152.59º57.86%54.9%-
XYZ13.6320.6716.1-
YUV111.56123.1690.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.54%
GREEN value IS 140 (55.08% from 255) = 46.36%
BLUE value IS 103 (40.62% from 255) = 34.11%
R=19.54%
G=46.36%
B=34.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal591401030.5800.260.45152.5940.739.02
Hex3B8C673A01A2D992927
Octal7321414772032552315147
Binary11101110001100110011111101001101010110110011001101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,140,103); }

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

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

 a { background-color: rgb(59,140,103); }

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

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

 span { border-color: rgb(59,140,103); }

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