Html Css Color HEX #3A756B Genoa

📋 copy color: '#3A756B'

red 58 ◦ green 117 ◦ blue 107

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

Shades of Genoa #3A756B

Tints of Genoa #3A756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 20.57%
G = 41.49%
B = 37.94%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#3A756B (or 0x3A756B) is known color: Genoa. HEX triplet: 3A, 75 and 6B. RGB value is (58,117,107). Sum of RGB (Red+Green+Blue) = 58+117+107=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #3A756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A756B is #C58A94. Grayscale: #626262. Windows color (decimal): -12946069 or 7042362. OLE color: 7042362.

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

Color convert

RGB 58 117 107 -
CMYK 0.50 0 0.09 0.54
HSL 169.83º 0.34% 0.34% -
HSV(B) 169.83º 0.5% 0.46% -
XYZ 10.76 14.68 16.18 -
YUV 98.22 132.95 99.31 -
System Red Green Blue C M Y K H S L
Decimal 58 117 107 0.50 0 0.09 0.54 169.83 0.34 0.34
Hex 3A 75 6B 32 0 9 36 AA 22 22
Octal 72 165 153 62 0 11 66 252 42 42
Binary 111010 1110101 1101011 110010 0 1001 110110 10101010 100010 100010

Color Harmonies of #3A756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A756B

Black with #3A756B

Text Example


Text Example

White with #3A756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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