Html Css Color HEX #366968 Genoa

📋 copy color: '#366968'

red 54 ◦ green 105 ◦ blue 104

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

Shades of Genoa #366968

Tints of Genoa #366968

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.92%

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

R = 20.53%
G = 39.92%
B = 39.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#366968 (or 0x366968) is known color: Genoa. HEX triplet: 36, 69 and 68. RGB value is (54,105,104). Sum of RGB (Red+Green+Blue) = 54+105+104=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #366968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366968 is #C99697. Grayscale: #595959. Windows color (decimal): -13211288 or 6842678. OLE color: 6842678.

HSL color Cylindrical-coordinate representation of color #366968: hue angle of 178.82º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #366968 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 105 104 -
CMYK 0.49 0 0.01 0.59
HSL 178.82º 0.32% 0.31% -
HSV(B) 178.82º 0.49% 0.41% -
XYZ 9.07 11.89 14.91 -
YUV 89.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 54 105 104 0.49 0 0.01 0.59 178.82 0.32 0.31
Hex 36 69 68 31 0 1 3B B3 20 1F
Octal 66 151 150 61 0 1 73 263 40 37
Binary 110110 1101001 1101000 110001 0 1 111011 10110011 100000 11111

Color Harmonies of #366968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366968

Black with #366968

Text Example


Text Example

White with #366968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366968; }

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

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

background-color css

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

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

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

border-color css

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

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

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