Html Css Color HEX #378513 Bilbao

📋 copy color: '#378513'

red 55 ◦ green 133 ◦ blue 19

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

Shades of Bilbao #378513

Tints of Bilbao #378513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.18%

R = 26.57%
G = 64.25%
B = 9.18%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#378513 (or 0x378513) is known color: Bilbao. HEX triplet: 37, 85 and 13. RGB value is (55,133,19). Sum of RGB (Red+Green+Blue) = 55+133+19=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 133 (52.34% from 255 or 64.25% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 133 - color contains mainly: green. Hex color #378513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378513 is #C87AEC. Grayscale: #616161. Windows color (decimal): -13138669 or 1279287. OLE color: 1279287.

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

Color convert

RGB 55 133 19 -
CMYK 0.59 0 0.86 0.48
HSL 101.05º 0.75% 0.3% -
HSV(B) 101.05º 0.86% 0.52% -
XYZ 10.08 17.63 3.49 -
YUV 96.68 84.16 98.27 -
System Red Green Blue C M Y K H S L
Decimal 55 133 19 0.59 0 0.86 0.48 101.05 0.75 0.3
Hex 37 85 13 3B 0 56 30 65 4B 1E
Octal 67 205 23 73 0 126 60 145 113 36
Binary 110111 10000101 10011 111011 0 1010110 110000 1100101 1001011 11110

Color Harmonies of #378513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378513

Black with #378513

Text Example


Text Example

White with #378513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378513; }

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

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

background-color css

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

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

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

border-color css

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

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

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