Html Css Color HEX #378C13 Bilbao

📋 copy color: '#378C13'

red 55 ◦ green 140 ◦ blue 19

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

Shades of Bilbao #378C13

Tints of Bilbao #378C13

RGB

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

 GREEN value IS 140 (55.08% from 255) = 65.42%

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

R = 25.7%
G = 65.42%
B = 8.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#378C13 (or 0x378C13) is known color: Bilbao. HEX triplet: 37, 8C and 13. RGB value is (55,140,19). Sum of RGB (Red+Green+Blue) = 55+140+19=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 140 (55.08% from 255 or 65.42% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 140 - color contains mainly: green. Hex color #378C13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378C13 is #C873EC. Grayscale: #656565. Windows color (decimal): -13136877 or 1281079. OLE color: 1281079.

HSL color Cylindrical-coordinate representation of color #378C13: hue angle of 102.15º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #378C13 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 140 19 -
CMYK 0.61 0 0.86 0.45
HSL 102.15º 0.76% 0.31% -
HSV(B) 102.15º 0.86% 0.55% -
XYZ 11.07 19.62 3.82 -
YUV 100.79 81.84 95.34 -
System Red Green Blue C M Y K H S L
Decimal 55 140 19 0.61 0 0.86 0.45 102.15 0.76 0.31
Hex 37 8C 13 3D 0 56 2D 66 4C 1F
Octal 67 214 23 75 0 126 55 146 114 37
Binary 110111 10001100 10011 111101 0 1010110 101101 1100110 1001100 11111

Color Harmonies of #378C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378C13

Black with #378C13

Text Example


Text Example

White with #378C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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