Html Css Color HEX #377B72 Genoa

📋 copy color: '#377B72'

red 55 ◦ green 123 ◦ blue 114

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

Shades of Genoa #377B72

Tints of Genoa #377B72

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.12%

 BLUE value IS 114 (44.92% from 255) = 39.04%

R = 18.84%
G = 42.12%
B = 39.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#377B72 (or 0x377B72) is known color: Genoa. HEX triplet: 37, 7B and 72. RGB value is (55,123,114). Sum of RGB (Red+Green+Blue) = 55+123+114=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 123 - color contains mainly: green. Hex color #377B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B72 is #C8848D. Grayscale: #656565. Windows color (decimal): -13141134 or 7502647. OLE color: 7502647.

HSL color Cylindrical-coordinate representation of color #377B72: hue angle of 172.06º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377B72 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 123 114 -
CMYK 0.55 0 0.07 0.52
HSL 172.06º 0.38% 0.35% -
HSV(B) 172.06º 0.55% 0.48% -
XYZ 11.7 16.19 18.43 -
YUV 101.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 55 123 114 0.55 0 0.07 0.52 172.06 0.38 0.35
Hex 37 7B 72 37 0 7 34 AC 26 23
Octal 67 173 162 67 0 7 64 254 46 43
Binary 110111 1111011 1110010 110111 0 111 110100 10101100 100110 100011

Color Harmonies of #377B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377B72

Black with #377B72

Text Example


Text Example

White with #377B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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