Html Css Color HEX #367368 Genoa

📋 copy color: '#367368'

red 54 ◦ green 115 ◦ blue 104

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

Shades of Genoa #367368

Tints of Genoa #367368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.12%

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

R = 19.78%
G = 42.12%
B = 38.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#367368 (or 0x367368) is known color: Genoa. HEX triplet: 36, 73 and 68. RGB value is (54,115,104). Sum of RGB (Red+Green+Blue) = 54+115+104=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #367368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367368 is #C98C97. Grayscale: #5F5F5F. Windows color (decimal): -13208728 or 6845238. OLE color: 6845238.

HSL color Cylindrical-coordinate representation of color #367368: hue angle of 169.18º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367368 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 115 104 -
CMYK 0.53 0 0.10 0.55
HSL 169.18º 0.36% 0.33% -
HSV(B) 169.18º 0.53% 0.45% -
XYZ 10.15 14.05 15.27 -
YUV 95.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 54 115 104 0.53 0 0.10 0.55 169.18 0.36 0.33
Hex 36 73 68 35 0 A 37 A9 24 21
Octal 66 163 150 65 0 12 67 251 44 41
Binary 110110 1110011 1101000 110101 0 1010 110111 10101001 100100 100001

Color Harmonies of #367368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367368

Black with #367368

Text Example


Text Example

White with #367368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367368; }

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

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

background-color css

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

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

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

border-color css

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

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

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