#378C07

Color #378C07 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #378C07

Tints of Bilbao #378C07

Color information

#378C07 (or 0x378C07) is unknown color: approx Bilbao. HEX triplet: 37, 8C and 07. RGB value is (55,140,7). Sum of RGB (Red+Green+Blue) = 55+140+7=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 140 (55.08% from 255 or 69.31% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 140 - color contains mainly: green. Hex color #378C07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378C07 is #C873F8. Grayscale: #636363. Windows color (decimal): -13136889 or 494647. OLE color: 494647.

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

Color convert

RGB551407-
CMYK0.6100.950.45
HSL98.35º90.48%28.82%-
HSV(B)98.35º95%54.9%-
XYZ10.9919.583.4-
YUV99.4275.8496.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.23%
GREEN value IS 140 (55.08% from 255) = 69.31%
BLUE value IS 7 (3.12% from 255) = 3.47%
R=27.23%
G=69.31%
B=3.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5514070.6100.950.4598.3590.4828.82
Hex378C73D05F2D625a1d
Octal6721477501375514213235
Binary11011110001100111111101010111111011011100010101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #378C07;
 }
 .AnyTagClassName
 {
   color: #378C07;
 }
</style>
background-color css

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

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

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

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

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

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