Html Css Color HEX #3B6B68 Genoa

📋 copy color: '#3B6B68'

red 59 ◦ green 107 ◦ blue 104

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

Shades of Genoa #3B6B68

Tints of Genoa #3B6B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.63%

 BLUE value IS 104 (41.02% from 255) = 38.52%

R = 21.85%
G = 39.63%
B = 38.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#3B6B68 (or 0x3B6B68) is known color: Genoa. HEX triplet: 3B, 6B and 68. RGB value is (59,107,104). Sum of RGB (Red+Green+Blue) = 59+107+104=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 107 - color contains mainly: green. Hex color #3B6B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6B68 is #C49497. Grayscale: #5C5C5C. Windows color (decimal): -12883096 or 6843195. OLE color: 6843195.

HSL color Cylindrical-coordinate representation of color #3B6B68: hue angle of 176.25º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B6B68 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 59 107 104 -
CMYK 0.45 0 0.03 0.58
HSL 176.25º 0.29% 0.33% -
HSV(B) 176.25º 0.45% 0.42% -
XYZ 9.56 12.44 14.99 -
YUV 92.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 59 107 104 0.45 0 0.03 0.58 176.25 0.29 0.33
Hex 3B 6B 68 2D 0 3 3A B0 1D 21
Octal 73 153 150 55 0 3 72 260 35 41
Binary 111011 1101011 1101000 101101 0 11 111010 10110000 11101 100001

Color Harmonies of #3B6B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6B68

Black with #3B6B68

Text Example


Text Example

White with #3B6B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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