Html Css Color HEX #377C6A Genoa

📋 copy color: '#377C6A'

red 55 ◦ green 124 ◦ blue 106

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

Shades of Genoa #377C6A

Tints of Genoa #377C6A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.51%

 BLUE value IS 106 (41.8% from 255) = 37.19%

R = 19.3%
G = 43.51%
B = 37.19%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#377C6A (or 0x377C6A) is known color: Genoa. HEX triplet: 37, 7C and 6A. RGB value is (55,124,106). Sum of RGB (Red+Green+Blue) = 55+124+106=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 124 - color contains mainly: green. Hex color #377C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C6A is #C88395. Grayscale: #656565. Windows color (decimal): -13140886 or 6978615. OLE color: 6978615.

HSL color Cylindrical-coordinate representation of color #377C6A: hue angle of 164.35º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377C6A is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 124 106 -
CMYK 0.56 0 0.15 0.51
HSL 164.35º 0.39% 0.35% -
HSV(B) 164.35º 0.56% 0.49% -
XYZ 11.38 16.27 16.18 -
YUV 101.32 130.64 94.96 -
System Red Green Blue C M Y K H S L
Decimal 55 124 106 0.56 0 0.15 0.51 164.35 0.39 0.35
Hex 37 7C 6A 38 0 F 33 A4 27 23
Octal 67 174 152 70 0 17 63 244 47 43
Binary 110111 1111100 1101010 111000 0 1111 110011 10100100 100111 100011

Color Harmonies of #377C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C6A

Black with #377C6A

Text Example


Text Example

White with #377C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377C6A; }

 p { color: rgb(55,124,106); }

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

background-color css

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

 a { background-color: rgb(55,124,106); }

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

border-color css

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

 span { border-color: rgb(55,124,106); }

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