Html Css Color HEX #3B766A Genoa

📋 copy color: '#3B766A'

red 59 ◦ green 118 ◦ blue 106

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

Shades of Genoa #3B766A

Tints of Genoa #3B766A

RGB

 RED value IS 59 (23.44% from 255) = 20.85%

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

 BLUE value IS 106 (41.8% from 255) = 37.46%

R = 20.85%
G = 41.7%
B = 37.46%

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

#3B766A (or 0x3B766A) is known color: Genoa. HEX triplet: 3B, 76 and 6A. RGB value is (59,118,106). Sum of RGB (Red+Green+Blue) = 59+118+106=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #3B766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B766A is #C48995. Grayscale: #626262. Windows color (decimal): -12880278 or 6977083. OLE color: 6977083.

HSL color Cylindrical-coordinate representation of color #3B766A: hue angle of 167.8º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B766A is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 59 118 106 -
CMYK 0.50 0 0.10 0.54
HSL 167.8º 0.33% 0.35% -
HSV(B) 167.8º 0.5% 0.46% -
XYZ 10.88 14.93 15.94 -
YUV 98.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 59 118 106 0.50 0 0.10 0.54 167.8 0.33 0.35
Hex 3B 76 6A 32 0 A 36 A8 21 23
Octal 73 166 152 62 0 12 66 250 41 43
Binary 111011 1110110 1101010 110010 0 1010 110110 10101000 100001 100011

Color Harmonies of #3B766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B766A

Black with #3B766A

Text Example


Text Example

White with #3B766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,118,106); }

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

background-color css

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

 a { background-color: rgb(59,118,106); }

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

border-color css

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

 span { border-color: rgb(59,118,106); }

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