Html Css Color HEX #378514 Bilbao

📋 copy color: '#378514'

red 55 ◦ green 133 ◦ blue 20

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

Shades of Bilbao #378514

Tints of Bilbao #378514

RGB

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

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

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

R = 26.44%
G = 63.94%
B = 9.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#378514 (or 0x378514) is known color: Bilbao. HEX triplet: 37, 85 and 14. RGB value is (55,133,20). Sum of RGB (Red+Green+Blue) = 55+133+20=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 133 (52.34% from 255 or 63.94% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 133 - color contains mainly: green. Hex color #378514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378514 is #C87AEB. Grayscale: #616161. Windows color (decimal): -13138668 or 1344823. OLE color: 1344823.

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

Color convert

RGB 55 133 20 -
CMYK 0.59 0 0.85 0.48
HSL 101.42º 0.74% 0.3% -
HSV(B) 101.42º 0.85% 0.52% -
XYZ 10.09 17.64 3.53 -
YUV 96.8 84.66 98.19 -
System Red Green Blue C M Y K H S L
Decimal 55 133 20 0.59 0 0.85 0.48 101.42 0.74 0.3
Hex 37 85 14 3B 0 55 30 65 4A 1E
Octal 67 205 24 73 0 125 60 145 112 36
Binary 110111 10000101 10100 111011 0 1010101 110000 1100101 1001010 11110

Color Harmonies of #378514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378514

Black with #378514

Text Example


Text Example

White with #378514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378514; }

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

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

background-color css

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

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

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

border-color css

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

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

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