Html Css Color HEX #25680D Bilbao

📋 copy color: '#25680D'

red 37 ◦ green 104 ◦ blue 13

#25680D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #25680D

Tints of Bilbao #25680D

RGB

 RED value IS 37 (14.84% from 255) = 24.03%

 GREEN value IS 104 (41.02% from 255) = 67.53%

 BLUE value IS 13 (5.47% from 255) = 8.44%

R = 24.03%
G = 67.53%
B = 8.44%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#25680D (or 0x25680D) is known color: Bilbao. HEX triplet: 25, 68 and 0D. RGB value is (37,104,13). Sum of RGB (Red+Green+Blue) = 37+104+13=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #25680D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25680D is #DA97F2. Grayscale: #494949. Windows color (decimal): -14325747 or 878629. OLE color: 878629.

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

Color convert

RGB 37 104 13 -
CMYK 0.64 0 0.88 0.59
HSL 104.18º 0.78% 0.23% -
HSV(B) 104.18º 0.88% 0.41% -
XYZ 5.79 10.32 2.07 -
YUV 73.59 93.8 101.9 -
System Red Green Blue C M Y K H S L
Decimal 37 104 13 0.64 0 0.88 0.59 104.18 0.78 0.23
Hex 25 68 D 40 0 58 3B 68 4E 17
Octal 45 150 15 100 0 130 73 150 116 27
Binary 100101 1101000 1101 1000000 0 1011000 111011 1101000 1001110 10111

Color Harmonies of #25680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25680D

Black with #25680D

Text Example


Text Example

White with #25680D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25680D;
 }
 .AnyTagClassName
 {
   color: #25680D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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