#308706

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

Shades of Bilbao #308706

Tints of Bilbao #308706

Color information

#308706 (or 0x308706) is unknown color: approx Bilbao. HEX triplet: 30, 87 and 06. RGB value is (48,135,6). Sum of RGB (Red+Green+Blue) = 48+135+6=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 135 (53.12% from 255 or 71.43% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 135 - color contains mainly: green. Hex color #308706 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308706 is #CF78F9. Grayscale: #5E5E5E. Windows color (decimal): -13596922 or 427824. OLE color: 427824.

HSL color Cylindrical-coordinate representation of color #308706: hue angle of 100.47º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #308706 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB481356-
CMYK0.6400.960.47
HSL100.47º91.49%27.65%-
HSV(B)100.47º95.56%52.94%-
XYZ9.9217.973.12-
YUV94.2878.1894.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 135 (53.12% from 255) = 71.43%
BLUE value IS 6 (2.73% from 255) = 3.17%
R=25.40%
G=71.43%
B=3.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4813560.6400.960.47100.4791.4927.65
Hex30876400602F645b1c
Octal60207610001405714413334
Binary110000100001111101000000011000001011111100100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308706; }

 p { color: rgb(48,135,6); }

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

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

 a { background-color: rgb(48,135,6); }

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

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

 span { border-color: rgb(48,135,6); }

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