#3A7E67

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

Shades of Viridian #3A7E67

Tints of Viridian #3A7E67

Color information

#3A7E67 (or 0x3A7E67) is unknown color: approx Viridian. HEX triplet: 3A, 7E and 67. RGB value is (58,126,103). Sum of RGB (Red+Green+Blue) = 58+126+103=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 126 - color contains mainly: green. Hex color #3A7E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7E67 is #C58198. Grayscale: #676767. Windows color (decimal): -12943769 or 6782522. OLE color: 6782522.

HSL color Cylindrical-coordinate representation of color #3A7E67: hue angle of 159.71º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7E67 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB58126103-
CMYK0.5400.180.51
HSL159.71º36.96%36.08%-
HSV(B)159.71º53.97%49.41%-
XYZ11.6516.815.46-
YUV103.05127.9795.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.21%
GREEN value IS 126 (49.61% from 255) = 43.90%
BLUE value IS 103 (40.62% from 255) = 35.89%
R=20.21%
G=43.90%
B=35.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal581261030.5400.180.51159.7136.9636.08
Hex3A7E673601233a02524
Octal7217614766022632404544
Binary1110101111110110011111011001001011001110100000100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,126,103); }

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

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

 a { background-color: rgb(58,126,103); }

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

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

 span { border-color: rgb(58,126,103); }

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