Html Css Color HEX #3B8076 Genoa

📋 copy color: '#3B8076'

red 59 ◦ green 128 ◦ blue 118

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

Shades of Genoa #3B8076

Tints of Genoa #3B8076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.97%

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

R = 19.34%
G = 41.97%
B = 38.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#3B8076 (or 0x3B8076) is known color: Genoa. HEX triplet: 3B, 80 and 76. RGB value is (59,128,118). Sum of RGB (Red+Green+Blue) = 59+128+118=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #3B8076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8076 is #C47F89. Grayscale: #6A6A6A. Windows color (decimal): -12877706 or 7766075. OLE color: 7766075.

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

Color convert

RGB 59 128 118 -
CMYK 0.54 0 0.08 0.50
HSL 171.3º 0.37% 0.37% -
HSV(B) 171.3º 0.54% 0.5% -
XYZ 12.79 17.68 19.88 -
YUV 106.23 134.64 94.31 -
System Red Green Blue C M Y K H S L
Decimal 59 128 118 0.54 0 0.08 0.50 171.3 0.37 0.37
Hex 3B 80 76 36 0 8 32 AB 25 25
Octal 73 200 166 66 0 10 62 253 45 45
Binary 111011 10000000 1110110 110110 0 1000 110010 10101011 100101 100101

Color Harmonies of #3B8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8076

Black with #3B8076

Text Example


Text Example

White with #3B8076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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