Html Css Color HEX #3B786A Genoa

📋 copy color: '#3B786A'

red 59 ◦ green 120 ◦ blue 106

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

Shades of Genoa #3B786A

Tints of Genoa #3B786A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.11%

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

R = 20.7%
G = 42.11%
B = 37.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#3B786A (or 0x3B786A) is known color: Genoa. HEX triplet: 3B, 78 and 6A. RGB value is (59,120,106). Sum of RGB (Red+Green+Blue) = 59+120+106=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #3B786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B786A is #C48795. Grayscale: #646464. Windows color (decimal): -12879766 or 6977595. OLE color: 6977595.

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

Color convert

RGB 59 120 106 -
CMYK 0.51 0 0.12 0.53
HSL 166.23º 0.34% 0.35% -
HSV(B) 166.23º 0.51% 0.47% -
XYZ 11.12 15.4 16.02 -
YUV 100.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 59 120 106 0.51 0 0.12 0.53 166.23 0.34 0.35
Hex 3B 78 6A 33 0 C 35 A6 22 23
Octal 73 170 152 63 0 14 65 246 42 43
Binary 111011 1111000 1101010 110011 0 1100 110101 10100110 100010 100011

Color Harmonies of #3B786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B786A

Black with #3B786A

Text Example


Text Example

White with #3B786A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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