Html Css Color HEX #378000 Bilbao

📋 copy color: '#378000'

red 55 ◦ green 128 ◦ blue 0

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

Shades of Bilbao #378000

Tints of Bilbao #378000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 69.95%

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

R = 30.05%
G = 69.95%
B = 0%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#378000 (or 0x378000) is known color: Bilbao. HEX triplet: 37, 80 and 00. RGB value is (55,128,0). Sum of RGB (Red+Green+Blue) = 55+128+0=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 128 (50.39% from 255 or 69.95% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 128 - color contains mainly: green. Hex color #378000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378000 is #C87FFF. Grayscale: #5C5C5C. Windows color (decimal): -13139968 or 32823. OLE color: 32823.

HSL color Cylindrical-coordinate representation of color #378000: hue angle of 94.22º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #378000 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 128 0 -
CMYK 0.57 0 1 0.50
HSL 94.22º 1% 0.25% -
HSV(B) 94.22º 1% 0.5% -
XYZ 9.29 16.25 2.65 -
YUV 91.58 76.32 101.91 -
System Red Green Blue C M Y K H S L
Decimal 55 128 0 0.57 0 1 0.50 94.22 1 0.25
Hex 37 80 0 39 0 64 32 5E 64 19
Octal 67 200 0 71 0 144 62 136 144 31
Binary 110111 10000000 0 111001 0 1100100 110010 1011110 1100100 11001

Color Harmonies of #378000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378000

Black with #378000

Text Example


Text Example

White with #378000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378000; }

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

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

background-color css

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

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

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

border-color css

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

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

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