Html Css Color HEX #378314 Bilbao

📋 copy color: '#378314'

red 55 ◦ green 131 ◦ blue 20

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

Shades of Bilbao #378314

Tints of Bilbao #378314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.71%

R = 26.7%
G = 63.59%
B = 9.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#378314 (or 0x378314) is known color: Bilbao. HEX triplet: 37, 83 and 14. RGB value is (55,131,20). Sum of RGB (Red+Green+Blue) = 55+131+20=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 131 (51.56% from 255 or 63.59% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 131 - color contains mainly: green. Hex color #378314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378314 is #C87CEB. Grayscale: #5F5F5F. Windows color (decimal): -13139180 or 1344311. OLE color: 1344311.

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

Color convert

RGB 55 131 20 -
CMYK 0.58 0 0.85 0.49
HSL 101.08º 0.74% 0.3% -
HSV(B) 101.08º 0.85% 0.51% -
XYZ 9.82 17.1 3.44 -
YUV 95.62 85.32 99.03 -
System Red Green Blue C M Y K H S L
Decimal 55 131 20 0.58 0 0.85 0.49 101.08 0.74 0.3
Hex 37 83 14 3A 0 55 31 65 4A 1E
Octal 67 203 24 72 0 125 61 145 112 36
Binary 110111 10000011 10100 111010 0 1010101 110001 1100101 1001010 11110

Color Harmonies of #378314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378314

Black with #378314

Text Example


Text Example

White with #378314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378314; }

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

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

background-color css

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

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

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

border-color css

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

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

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