#306410

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

Shades of Bilbao #306410

Tints of Bilbao #306410

Color information

#306410 (or 0x306410) is unknown color: approx Bilbao. HEX triplet: 30, 64 and 10. RGB value is (48,100,16). Sum of RGB (Red+Green+Blue) = 48+100+16=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 100 (39.45% from 255 or 60.98% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 100 - color contains mainly: green. Hex color #306410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306410 is #CF9BEF. Grayscale: #4B4B4B. Windows color (decimal): -13605872 or 1074224. OLE color: 1074224.

HSL color Cylindrical-coordinate representation of color #306410: hue angle of 97.14º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #306410 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB4810016-
CMYK0.5200.840.61
HSL97.14º72.41%22.75%-
HSV(B)97.14º84%39.22%-
XYZ5.879.782.07-
YUV74.8894.77108.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 100 (39.45% from 255) = 60.98%
BLUE value IS 16 (6.64% from 255) = 9.76%
R=29.27%
G=60.98%
B=9.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal48100160.5200.840.6197.1472.4122.75
Hex306410340543D614817
Octal60144206401247514111027
Binary110000110010010000110100010101001111011100001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306410; }

 p { color: rgb(48,100,16); }

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

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

 a { background-color: rgb(48,100,16); }

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

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

 span { border-color: rgb(48,100,16); }

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