Html Css Color HEX #367966 Genoa

📋 copy color: '#367966'

red 54 ◦ green 121 ◦ blue 102

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

Shades of Genoa #367966

Tints of Genoa #367966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.68%

 BLUE value IS 102 (40.23% from 255) = 36.82%

R = 19.49%
G = 43.68%
B = 36.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#367966 (or 0x367966) is known color: Genoa. HEX triplet: 36, 79 and 66. RGB value is (54,121,102). Sum of RGB (Red+Green+Blue) = 54+121+102=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #367966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367966 is #C98699. Grayscale: #626262. Windows color (decimal): -13207194 or 6715702. OLE color: 6715702.

HSL color Cylindrical-coordinate representation of color #367966: hue angle of 162.99º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367966 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 121 102 -
CMYK 0.55 0 0.16 0.53
HSL 162.99º 0.38% 0.34% -
HSV(B) 162.99º 0.55% 0.47% -
XYZ 10.76 15.42 14.98 -
YUV 98.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 54 121 102 0.55 0 0.16 0.53 162.99 0.38 0.34
Hex 36 79 66 37 0 10 35 A3 26 22
Octal 66 171 146 67 0 20 65 243 46 42
Binary 110110 1111001 1100110 110111 0 10000 110101 10100011 100110 100010

Color Harmonies of #367966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367966

Black with #367966

Text Example


Text Example

White with #367966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367966; }

 p { color: rgb(54,121,102); }

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

background-color css

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

 a { background-color: rgb(54,121,102); }

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

border-color css

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

 span { border-color: rgb(54,121,102); }

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