#307608

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

Shades of Bilbao #307608

Tints of Bilbao #307608

Color information

#307608 (or 0x307608) is unknown color: approx Bilbao. HEX triplet: 30, 76 and 08. RGB value is (48,118,8). Sum of RGB (Red+Green+Blue) = 48+118+8=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 118 (46.48% from 255 or 67.82% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 118 - color contains mainly: green. Hex color #307608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307608 is #CF89F7. Grayscale: #545454. Windows color (decimal): -13601272 or 554544. OLE color: 554544.

HSL color Cylindrical-coordinate representation of color #307608: hue angle of 98.18º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #307608 is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB481188-
CMYK0.5900.930.54
HSL98.18º87.3%24.71%-
HSV(B)98.18º93.22%46.27%-
XYZ7.7413.62.45-
YUV84.5384.81101.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 118 (46.48% from 255) = 67.82%
BLUE value IS 8 (3.52% from 255) = 4.60%
R=27.59%
G=67.82%
B=4.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4811880.5900.930.5498.1887.324.71
Hex307683B05D36625719
Octal60166107301356614212731
Binary11000011101101000111011010111011101101100010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307608; }

 p { color: rgb(48,118,8); }

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

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

 a { background-color: rgb(48,118,8); }

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

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

 span { border-color: rgb(48,118,8); }

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