Html Css Color HEX #377F6E Genoa

📋 copy color: '#377F6E'

red 55 ◦ green 127 ◦ blue 110

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

Shades of Genoa #377F6E

Tints of Genoa #377F6E

RGB

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

 GREEN value IS 127 (50% from 255) = 43.49%

 BLUE value IS 110 (43.36% from 255) = 37.67%

R = 18.84%
G = 43.49%
B = 37.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#377F6E (or 0x377F6E) is known color: Genoa. HEX triplet: 37, 7F and 6E. RGB value is (55,127,110). Sum of RGB (Red+Green+Blue) = 55+127+110=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 127 - color contains mainly: green. Hex color #377F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F6E is #C88091. Grayscale: #676767. Windows color (decimal): -13140114 or 7241527. OLE color: 7241527.

HSL color Cylindrical-coordinate representation of color #377F6E: hue angle of 165.83º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F6E is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 127 110 -
CMYK 0.57 0 0.13 0.50
HSL 165.83º 0.4% 0.36% -
HSV(B) 165.83º 0.57% 0.5% -
XYZ 11.98 17.12 17.42 -
YUV 103.53 131.65 93.38 -
System Red Green Blue C M Y K H S L
Decimal 55 127 110 0.57 0 0.13 0.50 165.83 0.4 0.36
Hex 37 7F 6E 39 0 D 32 A6 28 24
Octal 67 177 156 71 0 15 62 246 50 44
Binary 110111 1111111 1101110 111001 0 1101 110010 10100110 101000 100100

Color Harmonies of #377F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F6E

Black with #377F6E

Text Example


Text Example

White with #377F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,127,110); }

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

background-color css

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

 a { background-color: rgb(55,127,110); }

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

border-color css

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

 span { border-color: rgb(55,127,110); }

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