Html Css Color HEX #3B7F76 Genoa

📋 copy color: '#3B7F76'

red 59 ◦ green 127 ◦ blue 118

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

Shades of Genoa #3B7F76

Tints of Genoa #3B7F76

RGB

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

 GREEN value IS 127 (50% from 255) = 41.78%

 BLUE value IS 118 (46.48% from 255) = 38.82%

R = 19.41%
G = 41.78%
B = 38.82%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#3B7F76 (or 0x3B7F76) is known color: Genoa. HEX triplet: 3B, 7F and 76. RGB value is (59,127,118). Sum of RGB (Red+Green+Blue) = 59+127+118=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 127 - color contains mainly: green. Hex color #3B7F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7F76 is #C48089. Grayscale: #696969. Windows color (decimal): -12877962 or 7765819. OLE color: 7765819.

HSL color Cylindrical-coordinate representation of color #3B7F76: hue angle of 172.06º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B7F76 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 59 127 118 -
CMYK 0.54 0 0.07 0.50
HSL 172.06º 0.37% 0.36% -
HSV(B) 172.06º 0.54% 0.5% -
XYZ 12.66 17.42 19.83 -
YUV 105.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 59 127 118 0.54 0 0.07 0.50 172.06 0.37 0.36
Hex 3B 7F 76 36 0 7 32 AC 25 24
Octal 73 177 166 66 0 7 62 254 45 44
Binary 111011 1111111 1110110 110110 0 111 110010 10101100 100101 100100

Color Harmonies of #3B7F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7F76

Black with #3B7F76

Text Example


Text Example

White with #3B7F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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