Html Css Color HEX #3A7767 Genoa

📋 copy color: '#3A7767'

red 58 ◦ green 119 ◦ blue 103

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

Shades of Genoa #3A7767

Tints of Genoa #3A7767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.79%

R = 20.71%
G = 42.5%
B = 36.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#3A7767 (or 0x3A7767) is known color: Genoa. HEX triplet: 3A, 77 and 67. RGB value is (58,119,103). Sum of RGB (Red+Green+Blue) = 58+119+103=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7767 is #C58898. Grayscale: #626262. Windows color (decimal): -12945561 or 6780730. OLE color: 6780730.

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

Color convert

RGB 58 119 103 -
CMYK 0.51 0 0.13 0.53
HSL 164.26º 0.34% 0.35% -
HSV(B) 164.26º 0.51% 0.47% -
XYZ 10.79 15.07 15.17 -
YUV 98.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 58 119 103 0.51 0 0.13 0.53 164.26 0.34 0.35
Hex 3A 77 67 33 0 D 35 A4 22 23
Octal 72 167 147 63 0 15 65 244 42 43
Binary 111010 1110111 1100111 110011 0 1101 110101 10100100 100010 100011

Color Harmonies of #3A7767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7767

Black with #3A7767

Text Example


Text Example

White with #3A7767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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