#307419

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

Shades of Bilbao #307419

Tints of Bilbao #307419

Color information

#307419 (or 0x307419) is unknown color: approx Bilbao. HEX triplet: 30, 74 and 19. RGB value is (48,116,25). Sum of RGB (Red+Green+Blue) = 48+116+25=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 116 (45.70% from 255 or 61.38% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 116 - color contains mainly: green. Hex color #307419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307419 is #CF8BE6. Grayscale: #555555. Windows color (decimal): -13601767 or 1668144. OLE color: 1668144.

HSL color Cylindrical-coordinate representation of color #307419: hue angle of 104.84º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #307419 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB4811625-
CMYK0.5900.780.55
HSL104.84º64.54%27.65%-
HSV(B)104.84º78.45%45.49%-
XYZ7.6413.193.06-
YUV85.2993.97101.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 116 (45.70% from 255) = 61.38%
BLUE value IS 25 (10.16% from 255) = 13.23%
R=25.40%
G=61.38%
B=13.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116250.5900.780.55104.8464.5427.65
Hex3074193B04E3769411c
Octal60164317301166715110134
Binary110000111010011001111011010011101101111101001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307419; }

 p { color: rgb(48,116,25); }

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

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

 a { background-color: rgb(48,116,25); }

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

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

 span { border-color: rgb(48,116,25); }

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