Html Css Color HEX #3A7569 Genoa

📋 copy color: '#3A7569'

red 58 ◦ green 117 ◦ blue 105

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

Shades of Genoa #3A7569

Tints of Genoa #3A7569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.5%

R = 20.71%
G = 41.79%
B = 37.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#3A7569 (or 0x3A7569) is known color: Genoa. HEX triplet: 3A, 75 and 69. RGB value is (58,117,105). Sum of RGB (Red+Green+Blue) = 58+117+105=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7569 is #C58A96. Grayscale: #616161. Windows color (decimal): -12946071 or 6911290. OLE color: 6911290.

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

Color convert

RGB 58 117 105 -
CMYK 0.50 0 0.10 0.54
HSL 167.8º 0.34% 0.34% -
HSV(B) 167.8º 0.5% 0.46% -
XYZ 10.66 14.64 15.63 -
YUV 97.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 58 117 105 0.50 0 0.10 0.54 167.8 0.34 0.34
Hex 3A 75 69 32 0 A 36 A8 22 22
Octal 72 165 151 62 0 12 66 250 42 42
Binary 111010 1110101 1101001 110010 0 1010 110110 10101000 100010 100010

Color Harmonies of #3A7569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7569

Black with #3A7569

Text Example


Text Example

White with #3A7569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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