#3A7A65

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

Shades of Viridian #3A7A65

Tints of Viridian #3A7A65

Color information

#3A7A65 (or 0x3A7A65) is unknown color: approx Viridian. HEX triplet: 3A, 7A and 65. RGB value is (58,122,101). Sum of RGB (Red+Green+Blue) = 58+122+101=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 122 - color contains mainly: green. Hex color #3A7A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7A65 is #C5859A. Grayscale: #646464. Windows color (decimal): -12944795 or 6650426. OLE color: 6650426.

HSL color Cylindrical-coordinate representation of color #3A7A65: hue angle of 160.31º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A7A65 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB58122101-
CMYK0.5200.170.52
HSL160.31º35.56%35.29%-
HSV(B)160.31º52.46%47.84%-
XYZ11.0515.7614.77-
YUV100.47128.397.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.64%
GREEN value IS 122 (48.05% from 255) = 43.42%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=20.64%
G=43.42%
B=35.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal581221010.5200.170.52160.3135.5635.29
Hex3A7A653401134a02423
Octal7217214564021642404443
Binary1110101111010110010111010001000111010010100000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,122,101); }

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

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

 a { background-color: rgb(58,122,101); }

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

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

 span { border-color: rgb(58,122,101); }

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