Html Css Color HEX #3A766B Genoa

📋 copy color: '#3A766B'

red 58 ◦ green 118 ◦ blue 107

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

Shades of Genoa #3A766B

Tints of Genoa #3A766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.7%

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

R = 20.49%
G = 41.7%
B = 37.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#3A766B (or 0x3A766B) is known color: Genoa. HEX triplet: 3A, 76 and 6B. RGB value is (58,118,107). Sum of RGB (Red+Green+Blue) = 58+118+107=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #3A766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A766B is #C58994. Grayscale: #626262. Windows color (decimal): -12945813 or 7042618. OLE color: 7042618.

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

Color convert

RGB 58 118 107 -
CMYK 0.51 0 0.09 0.54
HSL 169º 0.34% 0.35% -
HSV(B) 169º 0.51% 0.46% -
XYZ 10.88 14.92 16.22 -
YUV 98.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 58 118 107 0.51 0 0.09 0.54 169 0.34 0.35
Hex 3A 76 6B 33 0 9 36 A9 22 23
Octal 72 166 153 63 0 11 66 251 42 43
Binary 111010 1110110 1101011 110011 0 1001 110110 10101001 100010 100011

Color Harmonies of #3A766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A766B

Black with #3A766B

Text Example


Text Example

White with #3A766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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