#308424

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

Shades of Bilbao #308424

Tints of Bilbao #308424

Color information

#308424 (or 0x308424) is unknown color: approx Bilbao. HEX triplet: 30, 84 and 24. RGB value is (48,132,36). Sum of RGB (Red+Green+Blue) = 48+132+36=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 132 (51.95% from 255 or 61.11% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 132 - color contains mainly: green. Hex color #308424 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308424 is #CF7BDB. Grayscale: #606060. Windows color (decimal): -13597660 or 2393136. OLE color: 2393136.

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

Color convert

RGB4813236-
CMYK0.6400.730.48
HSL112.5º57.14%32.94%-
HSV(B)112.5º72.73%51.76%-
XYZ9.7917.264.48-
YUV95.9494.1793.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.22%
GREEN value IS 132 (51.95% from 255) = 61.11%
BLUE value IS 36 (14.45% from 255) = 16.67%
R=22.22%
G=61.11%
B=16.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48132360.6400.730.48112.557.1432.94
Hex3084244004930703921
Octal60204441000111601607141
Binary110000100001001001001000000010010011100001110000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308424; }

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

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

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

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

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

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

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

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