#3A7B70

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

Shades of Genoa #3A7B70

Tints of Genoa #3A7B70

Color information

#3A7B70 (or 0x3A7B70) is unknown color: approx Genoa. HEX triplet: 3A, 7B and 70. RGB value is (58,123,112). Sum of RGB (Red+Green+Blue) = 58+123+112=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7B70 is #C5848F. Grayscale: #666666. Windows color (decimal): -12944528 or 7371578. OLE color: 7371578.

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

Color convert

RGB58123112-
CMYK0.5300.090.52
HSL169.85º35.91%35.49%-
HSV(B)169.85º52.85%48.24%-
XYZ11.7516.2417.84-
YUV102.31133.4796.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.80%
GREEN value IS 123 (48.44% from 255) = 41.98%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=19.80%
G=41.98%
B=38.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal581231120.5300.090.52169.8535.9135.49
Hex3A7B70350934aa2423
Octal7217316065011642524443
Binary111010111101111100001101010100111010010101010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,123,112); }

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

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

 a { background-color: rgb(58,123,112); }

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

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

 span { border-color: rgb(58,123,112); }

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