Html Css Color HEX #378214 Bilbao

📋 copy color: '#378214'

red 55 ◦ green 130 ◦ blue 20

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

Shades of Bilbao #378214

Tints of Bilbao #378214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 63.41%

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

R = 26.83%
G = 63.41%
B = 9.76%

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

#378214 (or 0x378214) is known color: Bilbao. HEX triplet: 37, 82 and 14. RGB value is (55,130,20). Sum of RGB (Red+Green+Blue) = 55+130+20=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #378214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378214 is #C87DEB. Grayscale: #5F5F5F. Windows color (decimal): -13139436 or 1344055. OLE color: 1344055.

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

Color convert

RGB 55 130 20 -
CMYK 0.58 0 0.85 0.49
HSL 100.91º 0.73% 0.29% -
HSV(B) 100.91º 0.85% 0.51% -
XYZ 9.68 16.83 3.4 -
YUV 95.04 85.65 99.44 -
System Red Green Blue C M Y K H S L
Decimal 55 130 20 0.58 0 0.85 0.49 100.91 0.73 0.29
Hex 37 82 14 3A 0 55 31 65 49 1D
Octal 67 202 24 72 0 125 61 145 111 35
Binary 110111 10000010 10100 111010 0 1010101 110001 1100101 1001001 11101

Color Harmonies of #378214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378214

Black with #378214

Text Example


Text Example

White with #378214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378214; }

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

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

background-color css

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

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

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

border-color css

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

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

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