Html Css Color HEX #377000 Bilbao

📋 copy color: '#377000'

red 55 ◦ green 112 ◦ blue 0

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

Shades of Bilbao #377000

Tints of Bilbao #377000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 67.07%

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

R = 32.93%
G = 67.07%
B = 0%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#377000 (or 0x377000) is known color: Bilbao. HEX triplet: 37, 70 and 00. RGB value is (55,112,0). Sum of RGB (Red+Green+Blue) = 55+112+0=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #377000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377000 is #C88FFF. Grayscale: #525252. Windows color (decimal): -13144064 or 28727. OLE color: 28727.

HSL color Cylindrical-coordinate representation of color #377000: hue angle of 90.54º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #377000 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 112 0 -
CMYK 0.51 0 1 0.56
HSL 90.54º 1% 0.22% -
HSV(B) 90.54º 1% 0.44% -
XYZ 7.37 12.4 2.01 -
YUV 82.19 81.62 108.61 -
System Red Green Blue C M Y K H S L
Decimal 55 112 0 0.51 0 1 0.56 90.54 1 0.22
Hex 37 70 0 33 0 64 38 5B 64 16
Octal 67 160 0 63 0 144 70 133 144 26
Binary 110111 1110000 0 110011 0 1100100 111000 1011011 1100100 10110

Color Harmonies of #377000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377000

Black with #377000

Text Example


Text Example

White with #377000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377000; }

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

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

background-color css

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

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

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

border-color css

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

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

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