Html Css Color HEX #378311 Bilbao

📋 copy color: '#378311'

red 55 ◦ green 131 ◦ blue 17

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

Shades of Bilbao #378311

Tints of Bilbao #378311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 64.53%

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

R = 27.09%
G = 64.53%
B = 8.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#378311 (or 0x378311) is known color: Bilbao. HEX triplet: 37, 83 and 11. RGB value is (55,131,17). Sum of RGB (Red+Green+Blue) = 55+131+17=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 131 (51.56% from 255 or 64.53% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 131 - color contains mainly: green. Hex color #378311 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378311 is #C87CEE. Grayscale: #5F5F5F. Windows color (decimal): -13139183 or 1147703. OLE color: 1147703.

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

Color convert

RGB 55 131 17 -
CMYK 0.58 0 0.87 0.49
HSL 100º 0.77% 0.29% -
HSV(B) 100º 0.87% 0.51% -
XYZ 9.79 17.09 3.31 -
YUV 95.28 83.82 99.27 -
System Red Green Blue C M Y K H S L
Decimal 55 131 17 0.58 0 0.87 0.49 100 0.77 0.29
Hex 37 83 11 3A 0 57 31 64 4D 1D
Octal 67 203 21 72 0 127 61 144 115 35
Binary 110111 10000011 10001 111010 0 1010111 110001 1100100 1001101 11101

Color Harmonies of #378311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378311

Black with #378311

Text Example


Text Example

White with #378311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378311; }

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

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

background-color css

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

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

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

border-color css

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

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

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