Html Css Color HEX #25690D Bilbao

📋 copy color: '#25690D'

red 37 ◦ green 105 ◦ blue 13

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

Shades of Bilbao #25690D

Tints of Bilbao #25690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 67.74%

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

R = 23.87%
G = 67.74%
B = 8.39%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#25690D (or 0x25690D) is known color: Bilbao. HEX triplet: 25, 69 and 0D. RGB value is (37,105,13). Sum of RGB (Red+Green+Blue) = 37+105+13=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 105 (41.41% from 255 or 67.74% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 105 - color contains mainly: green. Hex color #25690D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25690D is #DA96F2. Grayscale: #4A4A4A. Windows color (decimal): -14325491 or 878885. OLE color: 878885.

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

Color convert

RGB 37 105 13 -
CMYK 0.65 0 0.88 0.59
HSL 104.35º 0.78% 0.23% -
HSV(B) 104.35º 0.88% 0.41% -
XYZ 5.89 10.53 2.1 -
YUV 74.18 93.47 101.48 -
System Red Green Blue C M Y K H S L
Decimal 37 105 13 0.65 0 0.88 0.59 104.35 0.78 0.23
Hex 25 69 D 41 0 58 3B 68 4E 17
Octal 45 151 15 101 0 130 73 150 116 27
Binary 100101 1101001 1101 1000001 0 1011000 111011 1101000 1001110 10111

Color Harmonies of #25690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25690D

Black with #25690D

Text Example


Text Example

White with #25690D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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