Html Css Color HEX #256B0F Bilbao

📋 copy color: '#256B0F'

red 37 ◦ green 107 ◦ blue 15

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

Shades of Bilbao #256B0F

Tints of Bilbao #256B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.43%

R = 23.27%
G = 67.3%
B = 9.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#256B0F (or 0x256B0F) is known color: Bilbao. HEX triplet: 25, 6B and 0F. RGB value is (37,107,15). Sum of RGB (Red+Green+Blue) = 37+107+15=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 107 (42.19% from 255 or 67.30% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 107 - color contains mainly: green. Hex color #256B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256B0F is #DA94F0. Grayscale: #4B4B4B. Windows color (decimal): -14324977 or 1010469. OLE color: 1010469.

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

Color convert

RGB 37 107 15 -
CMYK 0.65 0 0.86 0.58
HSL 105.65º 0.75% 0.24% -
HSV(B) 105.65º 0.86% 0.42% -
XYZ 6.11 10.94 2.24 -
YUV 75.58 93.81 100.48 -
System Red Green Blue C M Y K H S L
Decimal 37 107 15 0.65 0 0.86 0.58 105.65 0.75 0.24
Hex 25 6B F 41 0 56 3A 6A 4B 18
Octal 45 153 17 101 0 126 72 152 113 30
Binary 100101 1101011 1111 1000001 0 1010110 111010 1101010 1001011 11000

Color Harmonies of #256B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256B0F

Black with #256B0F

Text Example


Text Example

White with #256B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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