#30640F

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

Shades of Bilbao #30640F

Tints of Bilbao #30640F

Color information

#30640F (or 0x30640F) is unknown color: approx Bilbao. HEX triplet: 30, 64 and 0F. RGB value is (48,100,15). Sum of RGB (Red+Green+Blue) = 48+100+15=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 100 (39.45% from 255 or 61.35% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 100 - color contains mainly: green. Hex color #30640F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30640F is #CF9BF0. Grayscale: #4B4B4B. Windows color (decimal): -13605873 or 1008688. OLE color: 1008688.

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

Color convert

RGB4810015-
CMYK0.5200.850.61
HSL96.71º73.91%22.55%-
HSV(B)96.71º85%39.22%-
XYZ5.869.782.03-
YUV74.7694.27108.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 100 (39.45% from 255) = 61.35%
BLUE value IS 15 (6.25% from 255) = 9.20%
R=29.45%
G=61.35%
B=9.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal48100150.5200.850.6196.7173.9122.55
Hex3064F340553D614a17
Octal60144176401257514111227
Binary11000011001001111110100010101011111011100001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30640F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30640F; }

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

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

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

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

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

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

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

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