#378230

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

Shades of Bilbao #378230

Tints of Bilbao #378230

Color information

#378230 (or 0x378230) is unknown color: approx Bilbao. HEX triplet: 37, 82 and 30. RGB value is (55,130,48). Sum of RGB (Red+Green+Blue) = 55+130+48=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #378230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378230 is #C87DCF. Grayscale: #626262. Windows color (decimal): -13139408 or 3179063. OLE color: 3179063.

HSL color Cylindrical-coordinate representation of color #378230: hue angle of 114.88º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #378230 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB5513048-
CMYK0.5800.630.49
HSL114.88º46.07%34.9%-
HSV(B)114.88º63.08%50.98%-
XYZ10.0916.995.54-
YUV98.2399.6597.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.61%
GREEN value IS 130 (51.17% from 255) = 55.79%
BLUE value IS 48 (19.14% from 255) = 20.60%
R=23.61%
G=55.79%
B=20.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130480.5800.630.49114.8846.0734.9
Hex3782303A03F31732e23
Octal672026072077611635643
Binary1101111000001011000011101001111111100011110011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378230; }

 p { color: rgb(55,130,48); }

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

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

 a { background-color: rgb(55,130,48); }

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

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

 span { border-color: rgb(55,130,48); }

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