Html Css Color HEX #256E01 Bilbao

📋 copy color: '#256E01'

red 37 ◦ green 110 ◦ blue 1

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

Shades of Bilbao #256E01

Tints of Bilbao #256E01

RGB

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

 GREEN value IS 110 (43.36% from 255) = 74.32%

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 25%
G = 74.32%
B = 0.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.99

 K value IS 0.57

RGB Variations

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

Color information

#256E01 (or 0x256E01) is known color: Bilbao. HEX triplet: 25, 6E and 01. RGB value is (37,110,1). Sum of RGB (Red+Green+Blue) = 37+110+1=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 110 (43.36% from 255 or 74.32% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 110 - color contains mainly: green. Hex color #256E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256E01 is #DA91FE. Grayscale: #4C4C4C. Windows color (decimal): -14324223 or 93733. OLE color: 93733.

HSL color Cylindrical-coordinate representation of color #256E01: hue angle of 100.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #256E01 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 110 1 -
CMYK 0.66 0 0.99 0.57
HSL 100.18º 0.98% 0.22% -
HSV(B) 100.18º 0.99% 0.43% -
XYZ 6.34 11.55 1.92 -
YUV 75.75 85.82 100.36 -
System Red Green Blue C M Y K H S L
Decimal 37 110 1 0.66 0 0.99 0.57 100.18 0.98 0.22
Hex 25 6E 1 42 0 63 39 64 62 16
Octal 45 156 1 102 0 143 71 144 142 26
Binary 100101 1101110 1 1000010 0 1100011 111001 1100100 1100010 10110

Color Harmonies of #256E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256E01

Black with #256E01

Text Example


Text Example

White with #256E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,110,1); }

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

background-color css

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

 a { background-color: rgb(37,110,1); }

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

border-color css

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

 span { border-color: rgb(37,110,1); }

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