Html Css Color HEX #377400 Bilbao

📋 copy color: '#377400'

red 55 ◦ green 116 ◦ blue 0

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

Shades of Bilbao #377400

Tints of Bilbao #377400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 67.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.16%
G = 67.84%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#377400 (or 0x377400) is known color: Bilbao. HEX triplet: 37, 74 and 00. RGB value is (55,116,0). Sum of RGB (Red+Green+Blue) = 55+116+0=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 116 (45.70% from 255 or 67.84% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 116 - color contains mainly: green. Hex color #377400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377400 is #C88BFF. Grayscale: #545454. Windows color (decimal): -13143040 or 29751. OLE color: 29751.

HSL color Cylindrical-coordinate representation of color #377400: hue angle of 91.55º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #377400 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 116 0 -
CMYK 0.53 0 1 0.55
HSL 91.55º 1% 0.23% -
HSV(B) 91.55º 1% 0.45% -
XYZ 7.82 13.3 2.16 -
YUV 84.54 80.29 106.93 -
System Red Green Blue C M Y K H S L
Decimal 55 116 0 0.53 0 1 0.55 91.55 1 0.23
Hex 37 74 0 35 0 64 37 5C 64 17
Octal 67 164 0 65 0 144 67 134 144 27
Binary 110111 1110100 0 110101 0 1100100 110111 1011100 1100100 10111

Color Harmonies of #377400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377400

Black with #377400

Text Example


Text Example

White with #377400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377400; }

 p { color: rgb(55,116,0); }

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

background-color css

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

 a { background-color: rgb(55,116,0); }

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

border-color css

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

 span { border-color: rgb(55,116,0); }

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