Html Css Color HEX #378E0B Bilbao

📋 copy color: '#378E0B'

red 55 ◦ green 142 ◦ blue 11

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

Shades of Bilbao #378E0B

Tints of Bilbao #378E0B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 68.27%

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

R = 26.44%
G = 68.27%
B = 5.29%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#378E0B (or 0x378E0B) is known color: Bilbao. HEX triplet: 37, 8E and 0B. RGB value is (55,142,11). Sum of RGB (Red+Green+Blue) = 55+142+11=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 142 (55.86% from 255 or 68.27% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 142 - color contains mainly: green. Hex color #378E0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378E0B is #C871F4. Grayscale: #656565. Windows color (decimal): -13136373 or 757303. OLE color: 757303.

HSL color Cylindrical-coordinate representation of color #378E0B: hue angle of 99.85º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #378E0B is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 142 11 -
CMYK 0.61 0 0.92 0.44
HSL 99.85º 0.86% 0.3% -
HSV(B) 99.85º 0.92% 0.56% -
XYZ 11.31 20.18 3.62 -
YUV 101.05 77.18 95.15 -
System Red Green Blue C M Y K H S L
Decimal 55 142 11 0.61 0 0.92 0.44 99.85 0.86 0.3
Hex 37 8E B 3D 0 5C 2C 64 56 1E
Octal 67 216 13 75 0 134 54 144 126 36
Binary 110111 10001110 1011 111101 0 1011100 101100 1100100 1010110 11110

Color Harmonies of #378E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378E0B

Black with #378E0B

Text Example


Text Example

White with #378E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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