#307708

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

Shades of Bilbao #307708

Tints of Bilbao #307708

Color information

#307708 (or 0x307708) is unknown color: approx Bilbao. HEX triplet: 30, 77 and 08. RGB value is (48,119,8). Sum of RGB (Red+Green+Blue) = 48+119+8=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 119 (46.88% from 255 or 68% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 119 - color contains mainly: green. Hex color #307708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307708 is #CF88F7. Grayscale: #555555. Windows color (decimal): -13601016 or 554800. OLE color: 554800.

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

Color convert

RGB481198-
CMYK0.6000.930.53
HSL98.38º87.4%24.9%-
HSV(B)98.38º93.28%46.67%-
XYZ7.8613.842.49-
YUV85.1284.48101.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.43%
GREEN value IS 119 (46.88% from 255) = 68%
BLUE value IS 8 (3.52% from 255) = 4.57%
R=27.43%
G=68%
B=4.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4811980.6000.930.5398.3887.424.9
Hex307783C05D35625719
Octal60167107401356514212731
Binary11000011101111000111100010111011101011100010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307708; }

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

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

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

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

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

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

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

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