Html Css Color HEX #40740C Bilbao

📋 copy color: '#40740C'

red 64 ◦ green 116 ◦ blue 12

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

Shades of Bilbao #40740C

Tints of Bilbao #40740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 60.42%

 BLUE value IS 12 (5.08% from 255) = 6.25%

R = 33.33%
G = 60.42%
B = 6.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#40740C (or 0x40740C) is known color: Bilbao. HEX triplet: 40, 74 and 0C. RGB value is (64,116,12). Sum of RGB (Red+Green+Blue) = 64+116+12=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 116 (45.70% from 255 or 60.42% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 116 - color contains mainly: green. Hex color #40740C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40740C is #BF8BF3. Grayscale: #585858. Windows color (decimal): -12553204 or 816192. OLE color: 816192.

HSL color Cylindrical-coordinate representation of color #40740C: hue angle of 90º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40740C is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 116 12 -
CMYK 0.45 0 0.90 0.55
HSL 90º 0.81% 0.25% -
HSV(B) 90º 0.9% 0.45% -
XYZ 8.43 13.61 2.53 -
YUV 88.6 84.77 110.46 -
System Red Green Blue C M Y K H S L
Decimal 64 116 12 0.45 0 0.90 0.55 90 0.81 0.25
Hex 40 74 C 2D 0 5A 37 5A 51 19
Octal 100 164 14 55 0 132 67 132 121 31
Binary 1000000 1110100 1100 101101 0 1011010 110111 1011010 1010001 11001

Color Harmonies of #40740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40740C

Black with #40740C

Text Example


Text Example

White with #40740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40740C; }

 p { color: rgb(64,116,12); }

 H1.HeaderClassName
 {
   color: #40740C;
 }
 .AnyTagClassName
 {
   color: #40740C;
 }
</style>

background-color css

<style>
 a { background-color: #40740C; }

 a { background-color: rgb(64,116,12); }

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

border-color css

<style>
 span { border-color: #40740C; }

 span { border-color: rgb(64,116,12); }

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