#307204

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

Shades of Bilbao #307204

Tints of Bilbao #307204

Color information

#307204 (or 0x307204) is unknown color: approx Bilbao. HEX triplet: 30, 72 and 04. RGB value is (48,114,4). Sum of RGB (Red+Green+Blue) = 48+114+4=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 114 (44.92% from 255 or 68.67% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 114 - color contains mainly: green. Hex color #307204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307204 is #CF8DFB. Grayscale: #525252. Windows color (decimal): -13602300 or 291376. OLE color: 291376.

HSL color Cylindrical-coordinate representation of color #307204: hue angle of 96º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #307204 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB481144-
CMYK0.5800.960.55
HSL96º93.22%23.14%-
HSV(B)96º96.49%44.71%-
XYZ7.2612.672.18-
YUV81.7384.13103.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.92%
GREEN value IS 114 (44.92% from 255) = 68.67%
BLUE value IS 4 (1.95% from 255) = 2.41%
R=28.92%
G=68.67%
B=2.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4811440.5800.960.559693.2223.14
Hex307243A06037605d17
Octal6016247201406714013527
Binary1100001110010100111010011000001101111100000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307204; }

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

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

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

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

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

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

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

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