Html Css Color HEX #377A1C Bilbao

📋 copy color: '#377A1C'

red 55 ◦ green 122 ◦ blue 28

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

Shades of Bilbao #377A1C

Tints of Bilbao #377A1C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 59.51%

 BLUE value IS 28 (11.33% from 255) = 13.66%

R = 26.83%
G = 59.51%
B = 13.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#377A1C (or 0x377A1C) is known color: Bilbao. HEX triplet: 37, 7A and 1C. RGB value is (55,122,28). Sum of RGB (Red+Green+Blue) = 55+122+28=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #377A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377A1C is #C885E3. Grayscale: #5B5B5B. Windows color (decimal): -13141476 or 1866295. OLE color: 1866295.

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

Color convert

RGB 55 122 28 -
CMYK 0.55 0 0.77 0.52
HSL 102.77º 0.63% 0.29% -
HSV(B) 102.77º 0.77% 0.48% -
XYZ 8.74 14.82 3.5 -
YUV 91.25 92.3 102.14 -
System Red Green Blue C M Y K H S L
Decimal 55 122 28 0.55 0 0.77 0.52 102.77 0.63 0.29
Hex 37 7A 1C 37 0 4D 34 67 3F 1D
Octal 67 172 34 67 0 115 64 147 77 35
Binary 110111 1111010 11100 110111 0 1001101 110100 1100111 111111 11101

Color Harmonies of #377A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377A1C

Black with #377A1C

Text Example


Text Example

White with #377A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,122,28); }

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

background-color css

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

 a { background-color: rgb(55,122,28); }

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

border-color css

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

 span { border-color: rgb(55,122,28); }

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