Html Css Color HEX #366B68 Genoa

📋 copy color: '#366B68'

red 54 ◦ green 107 ◦ blue 104

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

Shades of Genoa #366B68

Tints of Genoa #366B68

RGB

 RED value IS 54 (21.48% from 255) = 20.38%

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

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

R = 20.38%
G = 40.38%
B = 39.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#366B68 (or 0x366B68) is known color: Genoa. HEX triplet: 36, 6B and 68. RGB value is (54,107,104). Sum of RGB (Red+Green+Blue) = 54+107+104=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 107 - color contains mainly: green. Hex color #366B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B68 is #C99497. Grayscale: #5A5A5A. Windows color (decimal): -13210776 or 6843190. OLE color: 6843190.

HSL color Cylindrical-coordinate representation of color #366B68: hue angle of 176.6º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366B68 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 107 104 -
CMYK 0.50 0 0.03 0.58
HSL 176.6º 0.33% 0.32% -
HSV(B) 176.6º 0.5% 0.42% -
XYZ 9.28 12.3 14.98 -
YUV 90.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 54 107 104 0.50 0 0.03 0.58 176.6 0.33 0.32
Hex 36 6B 68 32 0 3 3A B1 21 20
Octal 66 153 150 62 0 3 72 261 41 40
Binary 110110 1101011 1101000 110010 0 11 111010 10110001 100001 100000

Color Harmonies of #366B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366B68

Black with #366B68

Text Example


Text Example

White with #366B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366B68; }

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

 H1.HeaderClassName
 {
   color: #366B68;
 }
 .AnyTagClassName
 {
   color: #366B68;
 }
</style>

background-color css

<style>
 a { background-color: #366B68; }

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

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

border-color css

<style>
 span { border-color: #366B68; }

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

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