Html Css Color HEX #378511 Bilbao

📋 copy color: '#378511'

red 55 ◦ green 133 ◦ blue 17

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

Shades of Bilbao #378511

Tints of Bilbao #378511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 64.88%

 BLUE value IS 17 (7.03% from 255) = 8.29%

R = 26.83%
G = 64.88%
B = 8.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#378511 (or 0x378511) is known color: Bilbao. HEX triplet: 37, 85 and 11. RGB value is (55,133,17). Sum of RGB (Red+Green+Blue) = 55+133+17=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #378511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378511 is #C87AEE. Grayscale: #606060. Windows color (decimal): -13138671 or 1148215. OLE color: 1148215.

HSL color Cylindrical-coordinate representation of color #378511: hue angle of 100.34º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #378511 is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 133 17 -
CMYK 0.59 0 0.87 0.48
HSL 100.34º 0.77% 0.29% -
HSV(B) 100.34º 0.87% 0.52% -
XYZ 10.06 17.63 3.4 -
YUV 96.45 83.16 98.43 -
System Red Green Blue C M Y K H S L
Decimal 55 133 17 0.59 0 0.87 0.48 100.34 0.77 0.29
Hex 37 85 11 3B 0 57 30 64 4D 1D
Octal 67 205 21 73 0 127 60 144 115 35
Binary 110111 10000101 10001 111011 0 1010111 110000 1100100 1001101 11101

Color Harmonies of #378511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378511

Black with #378511

Text Example


Text Example

White with #378511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378511; }

 p { color: rgb(55,133,17); }

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

background-color css

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

 a { background-color: rgb(55,133,17); }

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

border-color css

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

 span { border-color: rgb(55,133,17); }

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