#378B02

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

Shades of Bilbao #378B02

Tints of Bilbao #378B02

Color information

#378B02 (or 0x378B02) is unknown color: approx Bilbao. HEX triplet: 37, 8B and 02. RGB value is (55,139,2). Sum of RGB (Red+Green+Blue) = 55+139+2=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 139 (54.69% from 255 or 70.92% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 139 - color contains mainly: green. Hex color #378B02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378B02 is #C874FD. Grayscale: #626262. Windows color (decimal): -13137150 or 166711. OLE color: 166711.

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

Color convert

RGB551392-
CMYK0.6000.990.45
HSL96.79º97.16%27.65%-
HSV(B)96.79º98.56%54.51%-
XYZ10.8219.283.21-
YUV98.2773.6797.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.06%
GREEN value IS 139 (54.69% from 255) = 70.92%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=28.06%
G=70.92%
B=1.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5513920.6000.990.4596.7997.1627.65
Hex378B23C0632D61611c
Octal6721327401435514114134
Binary1101111000101110111100011000111011011100001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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