Html Css Color HEX #377268 Genoa

📋 copy color: '#377268'

red 55 ◦ green 114 ◦ blue 104

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

Shades of Genoa #377268

Tints of Genoa #377268

RGB

 RED value IS 55 (21.88% from 255) = 20.15%

 GREEN value IS 114 (44.92% from 255) = 41.76%

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

R = 20.15%
G = 41.76%
B = 38.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#377268 (or 0x377268) is known color: Genoa. HEX triplet: 37, 72 and 68. RGB value is (55,114,104). Sum of RGB (Red+Green+Blue) = 55+114+104=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #377268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377268 is #C88D97. Grayscale: #5F5F5F. Windows color (decimal): -13143448 or 6844983. OLE color: 6844983.

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

Color convert

RGB 55 114 104 -
CMYK 0.52 0 0.09 0.55
HSL 169.83º 0.35% 0.33% -
HSV(B) 169.83º 0.52% 0.45% -
XYZ 10.09 13.85 15.24 -
YUV 95.22 132.95 99.31 -
System Red Green Blue C M Y K H S L
Decimal 55 114 104 0.52 0 0.09 0.55 169.83 0.35 0.33
Hex 37 72 68 34 0 9 37 AA 23 21
Octal 67 162 150 64 0 11 67 252 43 41
Binary 110111 1110010 1101000 110100 0 1001 110111 10101010 100011 100001

Color Harmonies of #377268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377268

Black with #377268

Text Example


Text Example

White with #377268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377268; }

 p { color: rgb(55,114,104); }

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

background-color css

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

 a { background-color: rgb(55,114,104); }

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

border-color css

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

 span { border-color: rgb(55,114,104); }

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