Html Css Color HEX #377E6F Genoa

📋 copy color: '#377E6F'

red 55 ◦ green 126 ◦ blue 111

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

Shades of Genoa #377E6F

Tints of Genoa #377E6F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 43.15%

 BLUE value IS 111 (43.75% from 255) = 38.01%

R = 18.84%
G = 43.15%
B = 38.01%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#377E6F (or 0x377E6F) is known color: Genoa. HEX triplet: 37, 7E and 6F. RGB value is (55,126,111). Sum of RGB (Red+Green+Blue) = 55+126+111=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 126 - color contains mainly: green. Hex color #377E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377E6F is #C88190. Grayscale: #676767. Windows color (decimal): -13140369 or 7306807. OLE color: 7306807.

HSL color Cylindrical-coordinate representation of color #377E6F: hue angle of 167.32º 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 #377E6F is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 126 111 -
CMYK 0.56 0 0.12 0.51
HSL 167.32º 0.39% 0.35% -
HSV(B) 167.32º 0.56% 0.49% -
XYZ 11.91 16.88 17.67 -
YUV 103.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 55 126 111 0.56 0 0.12 0.51 167.32 0.39 0.35
Hex 37 7E 6F 38 0 C 33 A7 27 23
Octal 67 176 157 70 0 14 63 247 47 43
Binary 110111 1111110 1101111 111000 0 1100 110011 10100111 100111 100011

Color Harmonies of #377E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377E6F

Black with #377E6F

Text Example


Text Example

White with #377E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,126,111); }

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

background-color css

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

 a { background-color: rgb(55,126,111); }

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

border-color css

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

 span { border-color: rgb(55,126,111); }

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