Html Css Color HEX #377B69 Genoa

📋 copy color: '#377B69'

red 55 ◦ green 123 ◦ blue 105

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

Shades of Genoa #377B69

Tints of Genoa #377B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 19.43%
G = 43.46%
B = 37.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#377B69 (or 0x377B69) is known color: Genoa. HEX triplet: 37, 7B and 69. RGB value is (55,123,105). Sum of RGB (Red+Green+Blue) = 55+123+105=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 123 - color contains mainly: green. Hex color #377B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B69 is #C88496. Grayscale: #646464. Windows color (decimal): -13141143 or 6912823. OLE color: 6912823.

HSL color Cylindrical-coordinate representation of color #377B69: hue angle of 164.12º 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 #377B69 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 123 105 -
CMYK 0.55 0 0.15 0.52
HSL 164.12º 0.38% 0.35% -
HSV(B) 164.12º 0.55% 0.48% -
XYZ 11.21 16 15.86 -
YUV 100.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 55 123 105 0.55 0 0.15 0.52 164.12 0.38 0.35
Hex 37 7B 69 37 0 F 34 A4 26 23
Octal 67 173 151 67 0 17 64 244 46 43
Binary 110111 1111011 1101001 110111 0 1111 110100 10100100 100110 100011

Color Harmonies of #377B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377B69

Black with #377B69

Text Example


Text Example

White with #377B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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