#25710A

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

Shades of Bilbao #25710A

Tints of Bilbao #25710A

Color information

#25710A (or 0x25710A) is unknown color: approx Bilbao. HEX triplet: 25, 71 and 0A. RGB value is (37,113,10). Sum of RGB (Red+Green+Blue) = 37+113+10=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 113 (44.53% from 255 or 70.62% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 113 - color contains mainly: green. Hex color #25710A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25710A is #DA8EF5. Grayscale: #4E4E4E. Windows color (decimal): -14323446 or 684325. OLE color: 684325.

HSL color Cylindrical-coordinate representation of color #25710A: hue angle of 104.27º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25710A is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB3711310-
CMYK0.6700.910.56
HSL104.27º83.74%24.12%-
HSV(B)104.27º91.15%44.31%-
XYZ6.7212.232.29-
YUV78.5389.3298.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 113 (44.53% from 255) = 70.62%
BLUE value IS 10 (4.30% from 255) = 6.25%
R=23.12%
G=70.62%
B=6.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37113100.6700.910.56104.2783.7424.12
Hex2571A4305B38685418
Octal451611210301337015012430
Binary100101111000110101000011010110111110001101000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25710A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25710A; }

 p { color: rgb(37,113,10); }

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

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

 a { background-color: rgb(37,113,10); }

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

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

 span { border-color: rgb(37,113,10); }

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