Html Css Color HEX #3B766F Genoa

📋 copy color: '#3B766F'

red 59 ◦ green 118 ◦ blue 111

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

Shades of Genoa #3B766F

Tints of Genoa #3B766F

RGB

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

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

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

R = 20.49%
G = 40.97%
B = 38.54%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#3B766F (or 0x3B766F) is known color: Genoa. HEX triplet: 3B, 76 and 6F. RGB value is (59,118,111). Sum of RGB (Red+Green+Blue) = 59+118+111=288 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.49% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #3B766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B766F is #C48990. Grayscale: #636363. Windows color (decimal): -12880273 or 7304763. OLE color: 7304763.

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

Color convert

RGB 59 118 111 -
CMYK 0.50 0 0.06 0.54
HSL 172.88º 0.33% 0.35% -
HSV(B) 172.88º 0.5% 0.46% -
XYZ 11.15 15.03 17.35 -
YUV 99.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 59 118 111 0.50 0 0.06 0.54 172.88 0.33 0.35
Hex 3B 76 6F 32 0 6 36 AD 21 23
Octal 73 166 157 62 0 6 66 255 41 43
Binary 111011 1110110 1101111 110010 0 110 110110 10101101 100001 100011

Color Harmonies of #3B766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B766F

Black with #3B766F

Text Example


Text Example

White with #3B766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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