Html Css Color HEX #3A756D Genoa

📋 copy color: '#3A756D'

red 58 ◦ green 117 ◦ blue 109

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

Shades of Genoa #3A756D

Tints of Genoa #3A756D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.38%

R = 20.42%
G = 41.2%
B = 38.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#3A756D (or 0x3A756D) is known color: Genoa. HEX triplet: 3A, 75 and 6D. RGB value is (58,117,109). Sum of RGB (Red+Green+Blue) = 58+117+109=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #3A756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A756D is #C58A92. Grayscale: #626262. Windows color (decimal): -12946067 or 7173434. OLE color: 7173434.

HSL color Cylindrical-coordinate representation of color #3A756D: hue angle of 171.86º 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 #3A756D is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 117 109 -
CMYK 0.50 0 0.07 0.54
HSL 171.86º 0.34% 0.34% -
HSV(B) 171.86º 0.5% 0.46% -
XYZ 10.87 14.73 16.74 -
YUV 98.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 58 117 109 0.50 0 0.07 0.54 171.86 0.34 0.34
Hex 3A 75 6D 32 0 7 36 AC 22 22
Octal 72 165 155 62 0 7 66 254 42 42
Binary 111010 1110101 1101101 110010 0 111 110110 10101100 100010 100010

Color Harmonies of #3A756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A756D

Black with #3A756D

Text Example


Text Example

White with #3A756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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