Html Css Color HEX #3A766F Genoa

📋 copy color: '#3A766F'

red 58 ◦ green 118 ◦ blue 111

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

Shades of Genoa #3A766F

Tints of Genoa #3A766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 20.21%
G = 41.11%
B = 38.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#3A766F (or 0x3A766F) is known color: Genoa. HEX triplet: 3A, 76 and 6F. RGB value is (58,118,111). Sum of RGB (Red+Green+Blue) = 58+118+111=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #3A766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A766F is #C58990. Grayscale: #636363. Windows color (decimal): -12945809 or 7304762. OLE color: 7304762.

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

Color convert

RGB 58 118 111 -
CMYK 0.51 0 0.06 0.54
HSL 173º 0.34% 0.35% -
HSV(B) 173º 0.51% 0.46% -
XYZ 11.09 15 17.35 -
YUV 99.26 134.62 98.57 -
System Red Green Blue C M Y K H S L
Decimal 58 118 111 0.51 0 0.06 0.54 173 0.34 0.35
Hex 3A 76 6F 33 0 6 36 AD 22 23
Octal 72 166 157 63 0 6 66 255 42 43
Binary 111010 1110110 1101111 110011 0 110 110110 10101101 100010 100011

Color Harmonies of #3A766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A766F

Black with #3A766F

Text Example


Text Example

White with #3A766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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