#379000

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

Shades of Bilbao #379000

Tints of Bilbao #379000

Color information

#379000 (or 0x379000) is unknown color: approx Bilbao. HEX triplet: 37, 90 and 00. RGB value is (55,144,0). Sum of RGB (Red+Green+Blue) = 55+144+0=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 144 (56.64% from 255 or 72.36% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 144 - color contains mainly: green. Hex color #379000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379000 is #C86FFF. Grayscale: #656565. Windows color (decimal): -13135872 or 36919. OLE color: 36919.

HSL color Cylindrical-coordinate representation of color #379000: hue angle of 97.08º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #379000 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB551440-
CMYK0.62010.44
HSL97.08º100%28.24%-
HSV(B)97.08º100%56.47%-
XYZ11.5520.763.4-
YUV100.9771.0195.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.64%
GREEN value IS 144 (56.64% from 255) = 72.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.64%
G=72.36%
B=0%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5514400.62010.4497.0810028.24
Hex379003E0642C61641c
Octal6722007601445414114434
Binary110111100100000111110011001001011001100001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379000; }

 p { color: rgb(55,144,0); }

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

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

 a { background-color: rgb(55,144,0); }

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

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

 span { border-color: rgb(55,144,0); }

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