Html Css Color HEX #3B716B Genoa

📋 copy color: '#3B716B'

red 59 ◦ green 113 ◦ blue 107

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

Shades of Genoa #3B716B

Tints of Genoa #3B716B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.35%

R = 21.15%
G = 40.5%
B = 38.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#3B716B (or 0x3B716B) is known color: Genoa. HEX triplet: 3B, 71 and 6B. RGB value is (59,113,107). Sum of RGB (Red+Green+Blue) = 59+113+107=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #3B716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B716B is #C48E94. Grayscale: #606060. Windows color (decimal): -12881557 or 7041339. OLE color: 7041339.

HSL color Cylindrical-coordinate representation of color #3B716B: hue angle of 173.33º 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 #3B716B is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 113 107 -
CMYK 0.48 0 0.05 0.56
HSL 173.33º 0.31% 0.34% -
HSV(B) 173.33º 0.48% 0.44% -
XYZ 10.36 13.8 16.03 -
YUV 96.17 134.11 101.49 -
System Red Green Blue C M Y K H S L
Decimal 59 113 107 0.48 0 0.05 0.56 173.33 0.31 0.34
Hex 3B 71 6B 30 0 5 38 AD 1F 22
Octal 73 161 153 60 0 5 70 255 37 42
Binary 111011 1110001 1101011 110000 0 101 111000 10101101 11111 100010

Color Harmonies of #3B716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B716B

Black with #3B716B

Text Example


Text Example

White with #3B716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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