Html Css Color HEX #40741C Bilbao

📋 copy color: '#40741C'

red 64 ◦ green 116 ◦ blue 28

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

Shades of Bilbao #40741C

Tints of Bilbao #40741C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.46%

R = 30.77%
G = 55.77%
B = 13.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#40741C (or 0x40741C) is known color: Bilbao. HEX triplet: 40, 74 and 1C. RGB value is (64,116,28). Sum of RGB (Red+Green+Blue) = 64+116+28=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #40741C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40741C is #BF8BE3. Grayscale: #5A5A5A. Windows color (decimal): -12553188 or 1864768. OLE color: 1864768.

HSL color Cylindrical-coordinate representation of color #40741C: hue angle of 95.45º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40741C is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 116 28 -
CMYK 0.45 0 0.76 0.55
HSL 95.45º 0.61% 0.28% -
HSV(B) 95.45º 0.76% 0.45% -
XYZ 8.57 13.66 3.28 -
YUV 90.42 92.77 109.16 -
System Red Green Blue C M Y K H S L
Decimal 64 116 28 0.45 0 0.76 0.55 95.45 0.61 0.28
Hex 40 74 1C 2D 0 4C 37 5F 3D 1C
Octal 100 164 34 55 0 114 67 137 75 34
Binary 1000000 1110100 11100 101101 0 1001100 110111 1011111 111101 11100

Color Harmonies of #40741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40741C

Black with #40741C

Text Example


Text Example

White with #40741C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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