#25680B

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

Shades of Bilbao #25680B

Tints of Bilbao #25680B

Color information

#25680B (or 0x25680B) is unknown color: approx Bilbao. HEX triplet: 25, 68 and 0B. RGB value is (37,104,11). Sum of RGB (Red+Green+Blue) = 37+104+11=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 104 (41.02% from 255 or 68.42% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 104 - color contains mainly: green. Hex color #25680B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25680B is #DA97F4. Grayscale: #494949. Windows color (decimal): -14325749 or 747557. OLE color: 747557.

HSL color Cylindrical-coordinate representation of color #25680B: hue angle of 103.23º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25680B is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB3710411-
CMYK0.6400.890.59
HSL103.23º80.87%22.55%-
HSV(B)103.23º89.42%40.78%-
XYZ5.7710.322-
YUV73.3692.8102.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 104 (41.02% from 255) = 68.42%
BLUE value IS 11 (4.69% from 255) = 7.24%
R=24.34%
G=68.42%
B=7.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37104110.6400.890.59103.2380.8722.55
Hex2568B400593B675117
Octal451501310001317314712127
Binary100101110100010111000000010110011110111100111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25680B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25680B; }

 p { color: rgb(37,104,11); }

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

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

 a { background-color: rgb(37,104,11); }

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

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

 span { border-color: rgb(37,104,11); }

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