Html Css Color HEX #377C13 Bilbao

📋 copy color: '#377C13'

red 55 ◦ green 124 ◦ blue 19

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

Shades of Bilbao #377C13

Tints of Bilbao #377C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.6%

R = 27.78%
G = 62.63%
B = 9.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#377C13 (or 0x377C13) is known color: Bilbao. HEX triplet: 37, 7C and 13. RGB value is (55,124,19). Sum of RGB (Red+Green+Blue) = 55+124+19=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 124 (48.83% from 255 or 62.63% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 124 - color contains mainly: green. Hex color #377C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377C13 is #C883EC. Grayscale: #5B5B5B. Windows color (decimal): -13140973 or 1276983. OLE color: 1276983.

HSL color Cylindrical-coordinate representation of color #377C13: hue angle of 99.43º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #377C13 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 124 19 -
CMYK 0.56 0 0.85 0.51
HSL 99.43º 0.73% 0.28% -
HSV(B) 99.43º 0.85% 0.49% -
XYZ 8.9 15.27 3.1 -
YUV 91.4 87.14 102.04 -
System Red Green Blue C M Y K H S L
Decimal 55 124 19 0.56 0 0.85 0.51 99.43 0.73 0.28
Hex 37 7C 13 38 0 55 33 63 49 1C
Octal 67 174 23 70 0 125 63 143 111 34
Binary 110111 1111100 10011 111000 0 1010101 110011 1100011 1001001 11100

Color Harmonies of #377C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C13

Black with #377C13

Text Example


Text Example

White with #377C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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