Html Css Color HEX #40750B Bilbao

📋 copy color: '#40750B'

red 64 ◦ green 117 ◦ blue 11

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

Shades of Bilbao #40750B

Tints of Bilbao #40750B

RGB

 RED value IS 64 (25.39% from 255) = 33.33%

 GREEN value IS 117 (46.09% from 255) = 60.94%

 BLUE value IS 11 (4.69% from 255) = 5.73%

R = 33.33%
G = 60.94%
B = 5.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#40750B (or 0x40750B) is known color: Bilbao. HEX triplet: 40, 75 and 0B. RGB value is (64,117,11). Sum of RGB (Red+Green+Blue) = 64+117+11=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #40750B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40750B is #BF8AF4. Grayscale: #595959. Windows color (decimal): -12552949 or 750912. OLE color: 750912.

HSL color Cylindrical-coordinate representation of color #40750B: hue angle of 90º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40750B is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 11 -
CMYK 0.45 0 0.91 0.54
HSL 90º 0.83% 0.25% -
HSV(B) 90º 0.91% 0.46% -
XYZ 8.54 13.84 2.54 -
YUV 89.07 83.94 110.12 -
System Red Green Blue C M Y K H S L
Decimal 64 117 11 0.45 0 0.91 0.54 90 0.83 0.25
Hex 40 75 B 2D 0 5B 36 5A 53 19
Octal 100 165 13 55 0 133 66 132 123 31
Binary 1000000 1110101 1011 101101 0 1011011 110110 1011010 1010011 11001

Color Harmonies of #40750B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40750B

Black with #40750B

Text Example


Text Example

White with #40750B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40750B; }

 p { color: rgb(64,117,11); }

 H1.HeaderClassName
 {
   color: #40750B;
 }
 .AnyTagClassName
 {
   color: #40750B;
 }
</style>

background-color css

<style>
 a { background-color: #40750B; }

 a { background-color: rgb(64,117,11); }

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

border-color css

<style>
 span { border-color: #40750B; }

 span { border-color: rgb(64,117,11); }

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