Html Css Color HEX #3B6B65 Genoa

📋 copy color: '#3B6B65'

red 59 ◦ green 107 ◦ blue 101

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

Shades of Genoa #3B6B65

Tints of Genoa #3B6B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.83%

R = 22.1%
G = 40.07%
B = 37.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#3B6B65 (or 0x3B6B65) is known color: Genoa. HEX triplet: 3B, 6B and 65. RGB value is (59,107,101). Sum of RGB (Red+Green+Blue) = 59+107+101=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 107 - color contains mainly: green. Hex color #3B6B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6B65 is #C4949A. Grayscale: #5B5B5B. Windows color (decimal): -12883099 or 6646587. OLE color: 6646587.

HSL color Cylindrical-coordinate representation of color #3B6B65: hue angle of 172.5º 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 #3B6B65 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 59 107 101 -
CMYK 0.45 0 0.06 0.58
HSL 172.5º 0.29% 0.33% -
HSV(B) 172.5º 0.45% 0.42% -
XYZ 9.41 12.38 14.21 -
YUV 91.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 59 107 101 0.45 0 0.06 0.58 172.5 0.29 0.33
Hex 3B 6B 65 2D 0 6 3A AC 1D 21
Octal 73 153 145 55 0 6 72 254 35 41
Binary 111011 1101011 1100101 101101 0 110 111010 10101100 11101 100001

Color Harmonies of #3B6B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6B65

Black with #3B6B65

Text Example


Text Example

White with #3B6B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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