Html Css Color HEX #378100 Bilbao

📋 copy color: '#378100'

red 55 ◦ green 129 ◦ blue 0

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

Shades of Bilbao #378100

Tints of Bilbao #378100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 70.11%

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

R = 29.89%
G = 70.11%
B = 0%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#378100 (or 0x378100) is known color: Bilbao. HEX triplet: 37, 81 and 00. RGB value is (55,129,0). Sum of RGB (Red+Green+Blue) = 55+129+0=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 129 (50.78% from 255 or 70.11% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 129 - color contains mainly: green. Hex color #378100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378100 is #C87EFF. Grayscale: #5C5C5C. Windows color (decimal): -13139712 or 33079. OLE color: 33079.

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

Color convert

RGB 55 129 0 -
CMYK 0.57 0 1 0.49
HSL 94.42º 1% 0.25% -
HSV(B) 94.42º 1% 0.51% -
XYZ 9.43 16.51 2.69 -
YUV 92.17 75.98 101.49 -
System Red Green Blue C M Y K H S L
Decimal 55 129 0 0.57 0 1 0.49 94.42 1 0.25
Hex 37 81 0 39 0 64 31 5E 64 19
Octal 67 201 0 71 0 144 61 136 144 31
Binary 110111 10000001 0 111001 0 1100100 110001 1011110 1100100 11001

Color Harmonies of #378100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378100

Black with #378100

Text Example


Text Example

White with #378100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378100; }

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

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

background-color css

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

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

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

border-color css

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

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

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