Html Css Color HEX #3B716D Genoa

📋 copy color: '#3B716D'

red 59 ◦ green 113 ◦ blue 109

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

Shades of Genoa #3B716D

Tints of Genoa #3B716D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.79%

R = 21%
G = 40.21%
B = 38.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#3B716D (or 0x3B716D) is known color: Genoa. HEX triplet: 3B, 71 and 6D. RGB value is (59,113,109). Sum of RGB (Red+Green+Blue) = 59+113+109=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #3B716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B716D is #C48E92. Grayscale: #606060. Windows color (decimal): -12881555 or 7172411. OLE color: 7172411.

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

Color convert

RGB 59 113 109 -
CMYK 0.48 0 0.04 0.56
HSL 175.56º 0.31% 0.34% -
HSV(B) 175.56º 0.48% 0.44% -
XYZ 10.47 13.84 16.59 -
YUV 96.4 135.11 101.33 -
System Red Green Blue C M Y K H S L
Decimal 59 113 109 0.48 0 0.04 0.56 175.56 0.31 0.34
Hex 3B 71 6D 30 0 4 38 B0 1F 22
Octal 73 161 155 60 0 4 70 260 37 42
Binary 111011 1110001 1101101 110000 0 100 111000 10110000 11111 100010

Color Harmonies of #3B716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B716D

Black with #3B716D

Text Example


Text Example

White with #3B716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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