Html Css Color HEX #3A756E Genoa

📋 copy color: '#3A756E'

red 58 ◦ green 117 ◦ blue 110

#3A756E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #3A756E

Tints of Genoa #3A756E

RGB

 RED value IS 58 (23.05% from 255) = 20.35%

 GREEN value IS 117 (46.09% from 255) = 41.05%

 BLUE value IS 110 (43.36% from 255) = 38.6%

R = 20.35%
G = 41.05%
B = 38.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#3A756E (or 0x3A756E) is known color: Genoa. HEX triplet: 3A, 75 and 6E. RGB value is (58,117,110). Sum of RGB (Red+Green+Blue) = 58+117+110=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #3A756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A756E is #C58A91. Grayscale: #626262. Windows color (decimal): -12946066 or 7238970. OLE color: 7238970.

HSL color Cylindrical-coordinate representation of color #3A756E: hue angle of 172.88º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A756E is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 117 110 -
CMYK 0.50 0 0.06 0.54
HSL 172.88º 0.34% 0.34% -
HSV(B) 172.88º 0.5% 0.46% -
XYZ 10.92 14.75 17.02 -
YUV 98.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 58 117 110 0.50 0 0.06 0.54 172.88 0.34 0.34
Hex 3A 75 6E 32 0 6 36 AD 22 22
Octal 72 165 156 62 0 6 66 255 42 42
Binary 111010 1110101 1101110 110010 0 110 110110 10101101 100010 100010

Color Harmonies of #3A756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A756E

Black with #3A756E

Text Example


Text Example

White with #3A756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,117,110); }

 H1.HeaderClassName
 {
   color: #3A756E;
 }
 .AnyTagClassName
 {
   color: #3A756E;
 }
</style>

background-color css

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

 a { background-color: rgb(58,117,110); }

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

border-color css

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

 span { border-color: rgb(58,117,110); }

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