Html Css Color HEX #256B13 Bilbao

📋 copy color: '#256B13'

red 37 ◦ green 107 ◦ blue 19

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

Shades of Bilbao #256B13

Tints of Bilbao #256B13

RGB

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

 GREEN value IS 107 (42.19% from 255) = 65.64%

 BLUE value IS 19 (7.81% from 255) = 11.66%

R = 22.7%
G = 65.64%
B = 11.66%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#256B13 (or 0x256B13) is known color: Bilbao. HEX triplet: 25, 6B and 13. RGB value is (37,107,19). Sum of RGB (Red+Green+Blue) = 37+107+19=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 107 (42.19% from 255 or 65.64% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 107 - color contains mainly: green. Hex color #256B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256B13 is #DA94EC. Grayscale: #4C4C4C. Windows color (decimal): -14324973 or 1272613. OLE color: 1272613.

HSL color Cylindrical-coordinate representation of color #256B13: hue angle of 107.73º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #256B13 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 107 19 -
CMYK 0.65 0 0.82 0.58
HSL 107.73º 0.7% 0.25% -
HSV(B) 107.73º 0.82% 0.42% -
XYZ 6.14 10.96 2.41 -
YUV 76.04 95.81 100.16 -
System Red Green Blue C M Y K H S L
Decimal 37 107 19 0.65 0 0.82 0.58 107.73 0.7 0.25
Hex 25 6B 13 41 0 52 3A 6C 46 19
Octal 45 153 23 101 0 122 72 154 106 31
Binary 100101 1101011 10011 1000001 0 1010010 111010 1101100 1000110 11001

Color Harmonies of #256B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256B13

Black with #256B13

Text Example


Text Example

White with #256B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256B13; }

 p { color: rgb(37,107,19); }

 H1.HeaderClassName
 {
   color: #256B13;
 }
 .AnyTagClassName
 {
   color: #256B13;
 }
</style>

background-color css

<style>
 a { background-color: #256B13; }

 a { background-color: rgb(37,107,19); }

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

border-color css

<style>
 span { border-color: #256B13; }

 span { border-color: rgb(37,107,19); }

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