Html Css Color HEX #3A776A Genoa

📋 copy color: '#3A776A'

red 58 ◦ green 119 ◦ blue 106

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

Shades of Genoa #3A776A

Tints of Genoa #3A776A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.05%

 BLUE value IS 106 (41.8% from 255) = 37.46%

R = 20.49%
G = 42.05%
B = 37.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#3A776A (or 0x3A776A) is known color: Genoa. HEX triplet: 3A, 77 and 6A. RGB value is (58,119,106). Sum of RGB (Red+Green+Blue) = 58+119+106=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #3A776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A776A is #C58895. Grayscale: #636363. Windows color (decimal): -12945558 or 6977338. OLE color: 6977338.

HSL color Cylindrical-coordinate representation of color #3A776A: hue angle of 167.21º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A776A is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 119 106 -
CMYK 0.51 0 0.11 0.53
HSL 167.21º 0.34% 0.35% -
HSV(B) 167.21º 0.51% 0.47% -
XYZ 10.94 15.13 15.98 -
YUV 99.28 131.79 98.56 -
System Red Green Blue C M Y K H S L
Decimal 58 119 106 0.51 0 0.11 0.53 167.21 0.34 0.35
Hex 3A 77 6A 33 0 B 35 A7 22 23
Octal 72 167 152 63 0 13 65 247 42 43
Binary 111010 1110111 1101010 110011 0 1011 110101 10100111 100010 100011

Color Harmonies of #3A776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A776A

Black with #3A776A

Text Example


Text Example

White with #3A776A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,119,106); }

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

background-color css

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

 a { background-color: rgb(58,119,106); }

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

border-color css

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

 span { border-color: rgb(58,119,106); }

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