Html Css Color HEX #377C75 Genoa

📋 copy color: '#377C75'

red 55 ◦ green 124 ◦ blue 117

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

Shades of Genoa #377C75

Tints of Genoa #377C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 18.58%
G = 41.89%
B = 39.53%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#377C75 (or 0x377C75) is known color: Genoa. HEX triplet: 37, 7C and 75. RGB value is (55,124,117). Sum of RGB (Red+Green+Blue) = 55+124+117=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 124 - color contains mainly: green. Hex color #377C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C75 is #C8838A. Grayscale: #666666. Windows color (decimal): -13140875 or 7699511. OLE color: 7699511.

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

Color convert

RGB 55 124 117 -
CMYK 0.56 0 0.06 0.51
HSL 173.91º 0.39% 0.35% -
HSV(B) 173.91º 0.56% 0.49% -
XYZ 11.99 16.51 19.38 -
YUV 102.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 55 124 117 0.56 0 0.06 0.51 173.91 0.39 0.35
Hex 37 7C 75 38 0 6 33 AE 27 23
Octal 67 174 165 70 0 6 63 256 47 43
Binary 110111 1111100 1110101 111000 0 110 110011 10101110 100111 100011

Color Harmonies of #377C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C75

Black with #377C75

Text Example


Text Example

White with #377C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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