Html Css Color HEX #3A776B Genoa

📋 copy color: '#3A776B'

red 58 ◦ green 119 ◦ blue 107

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

Shades of Genoa #3A776B

Tints of Genoa #3A776B

RGB

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

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

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

R = 20.42%
G = 41.9%
B = 37.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#3A776B (or 0x3A776B) is known color: Genoa. HEX triplet: 3A, 77 and 6B. RGB value is (58,119,107). Sum of RGB (Red+Green+Blue) = 58+119+107=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #3A776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A776B is #C58894. Grayscale: #636363. Windows color (decimal): -12945557 or 7042874. OLE color: 7042874.

HSL color Cylindrical-coordinate representation of color #3A776B: hue angle of 168.2º 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 #3A776B is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 119 107 -
CMYK 0.51 0 0.10 0.53
HSL 168.2º 0.34% 0.35% -
HSV(B) 168.2º 0.51% 0.47% -
XYZ 11 15.15 16.26 -
YUV 99.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 58 119 107 0.51 0 0.10 0.53 168.2 0.34 0.35
Hex 3A 77 6B 33 0 A 35 A8 22 23
Octal 72 167 153 63 0 12 65 250 42 43
Binary 111010 1110111 1101011 110011 0 1010 110101 10101000 100010 100011

Color Harmonies of #3A776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A776B

Black with #3A776B

Text Example


Text Example

White with #3A776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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