#25690C

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

Shades of Bilbao #25690C

Tints of Bilbao #25690C

Color information

#25690C (or 0x25690C) is unknown color: approx Bilbao. HEX triplet: 25, 69 and 0C. RGB value is (37,105,12). Sum of RGB (Red+Green+Blue) = 37+105+12=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 105 (41.41% from 255 or 68.18% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 105 - color contains mainly: green. Hex color #25690C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25690C is #DA96F3. Grayscale: #4A4A4A. Windows color (decimal): -14325492 or 813349. OLE color: 813349.

HSL color Cylindrical-coordinate representation of color #25690C: hue angle of 103.87º degrees, saturation: 0.79, 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 #25690C is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB3710512-
CMYK0.6500.890.59
HSL103.87º79.49%22.94%-
HSV(B)103.87º88.57%41.18%-
XYZ5.8810.522.07-
YUV74.0792.97101.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 105 (41.41% from 255) = 68.18%
BLUE value IS 12 (5.08% from 255) = 7.79%
R=24.03%
G=68.18%
B=7.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37105120.6500.890.59103.8779.4922.94
Hex2569C410593B684f17
Octal451511410101317315011727
Binary100101110100111001000001010110011110111101000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25690C; }

 p { color: rgb(37,105,12); }

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

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

 a { background-color: rgb(37,105,12); }

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

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

 span { border-color: rgb(37,105,12); }

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