Html Css Color HEX #366963 Genoa

📋 copy color: '#366963'

red 54 ◦ green 105 ◦ blue 99

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

Shades of Genoa #366963

Tints of Genoa #366963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.37%

R = 20.93%
G = 40.7%
B = 38.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#366963 (or 0x366963) is known color: Genoa. HEX triplet: 36, 69 and 63. RGB value is (54,105,99). Sum of RGB (Red+Green+Blue) = 54+105+99=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #366963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366963 is #C9969C. Grayscale: #595959. Windows color (decimal): -13211293 or 6514998. OLE color: 6514998.

HSL color Cylindrical-coordinate representation of color #366963: hue angle of 172.94º 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 #366963 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 105 99 -
CMYK 0.49 0 0.06 0.59
HSL 172.94º 0.32% 0.31% -
HSV(B) 172.94º 0.49% 0.41% -
XYZ 8.83 11.79 13.61 -
YUV 89.07 133.6 102.99 -
System Red Green Blue C M Y K H S L
Decimal 54 105 99 0.49 0 0.06 0.59 172.94 0.32 0.31
Hex 36 69 63 31 0 6 3B AD 20 1F
Octal 66 151 143 61 0 6 73 255 40 37
Binary 110110 1101001 1100011 110001 0 110 111011 10101101 100000 11111

Color Harmonies of #366963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366963

Black with #366963

Text Example


Text Example

White with #366963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366963; }

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

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

background-color css

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

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

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

border-color css

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

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

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