Html Css Color HEX #378B0B Bilbao

📋 copy color: '#378B0B'

red 55 ◦ green 139 ◦ blue 11

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

Shades of Bilbao #378B0B

Tints of Bilbao #378B0B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 67.8%

 BLUE value IS 11 (4.69% from 255) = 5.37%

R = 26.83%
G = 67.8%
B = 5.37%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#378B0B (or 0x378B0B) is known color: Bilbao. HEX triplet: 37, 8B and 0B. RGB value is (55,139,11). Sum of RGB (Red+Green+Blue) = 55+139+11=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 139 (54.69% from 255 or 67.80% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 139 - color contains mainly: green. Hex color #378B0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378B0B is #C874F4. Grayscale: #636363. Windows color (decimal): -13137141 or 756535. OLE color: 756535.

HSL color Cylindrical-coordinate representation of color #378B0B: hue angle of 99.38º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #378B0B is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 139 11 -
CMYK 0.60 0 0.92 0.45
HSL 99.38º 0.85% 0.29% -
HSV(B) 99.38º 0.92% 0.55% -
XYZ 10.87 19.3 3.47 -
YUV 99.29 78.17 96.41 -
System Red Green Blue C M Y K H S L
Decimal 55 139 11 0.60 0 0.92 0.45 99.38 0.85 0.29
Hex 37 8B B 3C 0 5C 2D 63 55 1D
Octal 67 213 13 74 0 134 55 143 125 35
Binary 110111 10001011 1011 111100 0 1011100 101101 1100011 1010101 11101

Color Harmonies of #378B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378B0B

Black with #378B0B

Text Example


Text Example

White with #378B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,139,11); }

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

background-color css

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

 a { background-color: rgb(55,139,11); }

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

border-color css

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

 span { border-color: rgb(55,139,11); }

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