#308409

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

Shades of Bilbao #308409

Tints of Bilbao #308409

Color information

#308409 (or 0x308409) is unknown color: approx Bilbao. HEX triplet: 30, 84 and 09. RGB value is (48,132,9). Sum of RGB (Red+Green+Blue) = 48+132+9=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 132 (51.95% from 255 or 69.84% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 132 - color contains mainly: green. Hex color #308409 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308409 is #CF7BF6. Grayscale: #5D5D5D. Windows color (decimal): -13597687 or 623664. OLE color: 623664.

HSL color Cylindrical-coordinate representation of color #308409: hue angle of 100.98º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #308409 is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB481329-
CMYK0.6400.930.48
HSL100.98º87.23%27.65%-
HSV(B)100.98º93.18%51.76%-
XYZ9.5217.153.07-
YUV92.8680.6796-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 132 (51.95% from 255) = 69.84%
BLUE value IS 9 (3.91% from 255) = 4.76%
R=25.40%
G=69.84%
B=4.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4813290.6400.930.48100.9887.2327.65
Hex308494005D3065571c
Octal602041110001356014512734
Binary1100001000010010011000000010111011100001100101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308409; }

 p { color: rgb(48,132,9); }

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

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

 a { background-color: rgb(48,132,9); }

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

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

 span { border-color: rgb(48,132,9); }

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