Html Css Color HEX #377700 Bilbao

📋 copy color: '#377700'

red 55 ◦ green 119 ◦ blue 0

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

Shades of Bilbao #377700

Tints of Bilbao #377700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 68.39%

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

R = 31.61%
G = 68.39%
B = 0%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#377700 (or 0x377700) is known color: Bilbao. HEX triplet: 37, 77 and 00. RGB value is (55,119,0). Sum of RGB (Red+Green+Blue) = 55+119+0=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 119 (46.88% from 255 or 68.39% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 119 - color contains mainly: green. Hex color #377700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377700 is #C888FF. Grayscale: #565656. Windows color (decimal): -13142272 or 30519. OLE color: 30519.

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

Color convert

RGB 55 119 0 -
CMYK 0.54 0 1 0.53
HSL 92.27º 1% 0.23% -
HSV(B) 92.27º 1% 0.47% -
XYZ 8.17 14.01 2.27 -
YUV 86.3 79.3 105.68 -
System Red Green Blue C M Y K H S L
Decimal 55 119 0 0.54 0 1 0.53 92.27 1 0.23
Hex 37 77 0 36 0 64 35 5C 64 17
Octal 67 167 0 66 0 144 65 134 144 27
Binary 110111 1110111 0 110110 0 1100100 110101 1011100 1100100 10111

Color Harmonies of #377700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377700

Black with #377700

Text Example


Text Example

White with #377700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377700; }

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

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

background-color css

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

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

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

border-color css

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

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

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