#306704

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

Shades of Bilbao #306704

Tints of Bilbao #306704

Color information

#306704 (or 0x306704) is unknown color: approx Bilbao. HEX triplet: 30, 67 and 04. RGB value is (48,103,4). Sum of RGB (Red+Green+Blue) = 48+103+4=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 103 (40.62% from 255 or 66.45% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 103 - color contains mainly: green. Hex color #306704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306704 is #CF98FB. Grayscale: #4B4B4B. Windows color (decimal): -13605116 or 288560. OLE color: 288560.

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

Color convert

RGB481034-
CMYK0.5300.960.60
HSL93.33º92.52%20.98%-
HSV(B)93.33º96.12%40.39%-
XYZ6.0910.341.79-
YUV75.2787.78108.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.97%
GREEN value IS 103 (40.62% from 255) = 66.45%
BLUE value IS 4 (1.95% from 255) = 2.58%
R=30.97%
G=66.45%
B=2.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4810340.5300.960.6093.3392.5220.98
Hex30674350603C5d5d15
Octal6014746501407413513525
Binary1100001100111100110101011000001111001011101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306704; }

 p { color: rgb(48,103,4); }

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

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

 a { background-color: rgb(48,103,4); }

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

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

 span { border-color: rgb(48,103,4); }

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