#246A05

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

Shades of Bilbao #246A05

Tints of Bilbao #246A05

Color information

#246A05 (or 0x246A05) is unknown color: approx Bilbao. HEX triplet: 24, 6A and 05. RGB value is (36,106,5). Sum of RGB (Red+Green+Blue) = 36+106+5=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 106 (41.80% from 255 or 72.11% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 106 - color contains mainly: green. Hex color #246A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246A05 is #DB95FA. Grayscale: #494949. Windows color (decimal): -14390779 or 354852. OLE color: 354852.

HSL color Cylindrical-coordinate representation of color #246A05: hue angle of 101.58º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #246A05 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB361065-
CMYK0.6600.950.58
HSL101.58º90.99%21.76%-
HSV(B)101.58º95.28%41.57%-
XYZ5.9110.691.9-
YUV73.5689.31101.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.49%
GREEN value IS 106 (41.80% from 255) = 72.11%
BLUE value IS 5 (2.34% from 255) = 3.40%
R=24.49%
G=72.11%
B=3.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3610650.6600.950.58101.5890.9921.76
Hex246A54205F3A665b16
Octal44152510201377214613326
Binary10010011010101011000010010111111110101100110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246A05; }

 p { color: rgb(36,106,5); }

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

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

 a { background-color: rgb(36,106,5); }

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

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

 span { border-color: rgb(36,106,5); }

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