Html Css Color HEX #3B7165 Genoa

📋 copy color: '#3B7165'

red 59 ◦ green 113 ◦ blue 101

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

Shades of Genoa #3B7165

Tints of Genoa #3B7165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.39%

 BLUE value IS 101 (39.84% from 255) = 37%

R = 21.61%
G = 41.39%
B = 37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#3B7165 (or 0x3B7165) is known color: Genoa. HEX triplet: 3B, 71 and 65. RGB value is (59,113,101). Sum of RGB (Red+Green+Blue) = 59+113+101=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #3B7165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7165 is #C48E9A. Grayscale: #5F5F5F. Windows color (decimal): -12881563 or 6648123. OLE color: 6648123.

HSL color Cylindrical-coordinate representation of color #3B7165: hue angle of 166.67º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B7165 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 113 101 -
CMYK 0.48 0 0.11 0.56
HSL 166.67º 0.31% 0.34% -
HSV(B) 166.67º 0.48% 0.44% -
XYZ 10.06 13.68 14.42 -
YUV 95.49 131.11 101.98 -
System Red Green Blue C M Y K H S L
Decimal 59 113 101 0.48 0 0.11 0.56 166.67 0.31 0.34
Hex 3B 71 65 30 0 B 38 A7 1F 22
Octal 73 161 145 60 0 13 70 247 37 42
Binary 111011 1110001 1100101 110000 0 1011 111000 10100111 11111 100010

Color Harmonies of #3B7165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7165

Black with #3B7165

Text Example


Text Example

White with #3B7165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,113,101); }

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

background-color css

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

 a { background-color: rgb(59,113,101); }

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

border-color css

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

 span { border-color: rgb(59,113,101); }

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