Html Css Color HEX #40841F Bilbao

📋 copy color: '#40841F'

red 64 ◦ green 132 ◦ blue 31

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

Shades of Bilbao #40841F

Tints of Bilbao #40841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 58.15%

 BLUE value IS 31 (12.5% from 255) = 13.66%

R = 28.19%
G = 58.15%
B = 13.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#40841F (or 0x40841F) is known color: Bilbao. HEX triplet: 40, 84 and 1F. RGB value is (64,132,31). Sum of RGB (Red+Green+Blue) = 64+132+31=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #40841F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40841F is #BF7BE0. Grayscale: #646464. Windows color (decimal): -12549089 or 2065472. OLE color: 2065472.

HSL color Cylindrical-coordinate representation of color #40841F: hue angle of 100.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40841F is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 132 31 -
CMYK 0.52 0 0.77 0.48
HSL 100.4º 0.62% 0.32% -
HSV(B) 100.4º 0.77% 0.52% -
XYZ 10.61 17.69 4.15 -
YUV 100.15 88.97 102.21 -
System Red Green Blue C M Y K H S L
Decimal 64 132 31 0.52 0 0.77 0.48 100.4 0.62 0.32
Hex 40 84 1F 34 0 4D 30 64 3E 20
Octal 100 204 37 64 0 115 60 144 76 40
Binary 1000000 10000100 11111 110100 0 1001101 110000 1100100 111110 100000

Color Harmonies of #40841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40841F

Black with #40841F

Text Example


Text Example

White with #40841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40841F; }

 p { color: rgb(64,132,31); }

 H1.HeaderClassName
 {
   color: #40841F;
 }
 .AnyTagClassName
 {
   color: #40841F;
 }
</style>

background-color css

<style>
 a { background-color: #40841F; }

 a { background-color: rgb(64,132,31); }

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

border-color css

<style>
 span { border-color: #40841F; }

 span { border-color: rgb(64,132,31); }

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