Html Css Color HEX #377367 Genoa

📋 copy color: '#377367'

red 55 ◦ green 115 ◦ blue 103

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

Shades of Genoa #377367

Tints of Genoa #377367

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.12%

 BLUE value IS 103 (40.63% from 255) = 37.73%

R = 20.15%
G = 42.12%
B = 37.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#377367 (or 0x377367) is known color: Genoa. HEX triplet: 37, 73 and 67. RGB value is (55,115,103). Sum of RGB (Red+Green+Blue) = 55+115+103=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #377367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377367 is #C88C98. Grayscale: #5F5F5F. Windows color (decimal): -13143193 or 6779703. OLE color: 6779703.

HSL color Cylindrical-coordinate representation of color #377367: hue angle of 168º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377367 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 115 103 -
CMYK 0.52 0 0.10 0.55
HSL 168º 0.35% 0.33% -
HSV(B) 168º 0.52% 0.45% -
XYZ 10.15 14.05 15.01 -
YUV 95.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 55 115 103 0.52 0 0.10 0.55 168 0.35 0.33
Hex 37 73 67 34 0 A 37 A8 23 21
Octal 67 163 147 64 0 12 67 250 43 41
Binary 110111 1110011 1100111 110100 0 1010 110111 10101000 100011 100001

Color Harmonies of #377367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377367

Black with #377367

Text Example


Text Example

White with #377367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377367; }

 p { color: rgb(55,115,103); }

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

background-color css

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

 a { background-color: rgb(55,115,103); }

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

border-color css

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

 span { border-color: rgb(55,115,103); }

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