#25710D

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

Shades of Bilbao #25710D

Tints of Bilbao #25710D

Color information

#25710D (or 0x25710D) is unknown color: approx Bilbao. HEX triplet: 25, 71 and 0D. RGB value is (37,113,13). Sum of RGB (Red+Green+Blue) = 37+113+13=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 113 (44.53% from 255 or 69.33% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 113 - color contains mainly: green. Hex color #25710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25710D is #DA8EF2. Grayscale: #4F4F4F. Windows color (decimal): -14323443 or 880933. OLE color: 880933.

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

Color convert

RGB3711313-
CMYK0.6700.880.56
HSL105.6º79.37%24.71%-
HSV(B)105.6º88.5%44.31%-
XYZ6.7412.232.39-
YUV78.8890.8298.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 113 (44.53% from 255) = 69.33%
BLUE value IS 13 (5.47% from 255) = 7.98%
R=22.70%
G=69.33%
B=7.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37113130.6700.880.56105.679.3724.71
Hex2571D43058386a4f19
Octal451611510301307015211731
Binary100101111000111011000011010110001110001101010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25710D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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