Html Css Color HEX #40821D Bilbao

📋 copy color: '#40821D'

red 64 ◦ green 130 ◦ blue 29

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

Shades of Bilbao #40821D

Tints of Bilbao #40821D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.3%

 BLUE value IS 29 (11.72% from 255) = 13%

R = 28.7%
G = 58.3%
B = 13%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#40821D (or 0x40821D) is known color: Bilbao. HEX triplet: 40, 82 and 1D. RGB value is (64,130,29). Sum of RGB (Red+Green+Blue) = 64+130+29=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 130 (51.17% from 255 or 58.30% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 130 - color contains mainly: green. Hex color #40821D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40821D is #BF7DE2. Grayscale: #636363. Windows color (decimal): -12549603 or 1933888. OLE color: 1933888.

HSL color Cylindrical-coordinate representation of color #40821D: hue angle of 99.21º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40821D is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 130 29 -
CMYK 0.51 0 0.78 0.49
HSL 99.21º 0.64% 0.31% -
HSV(B) 99.21º 0.78% 0.51% -
XYZ 10.32 17.14 3.93 -
YUV 98.75 88.63 103.21 -
System Red Green Blue C M Y K H S L
Decimal 64 130 29 0.51 0 0.78 0.49 99.21 0.64 0.31
Hex 40 82 1D 33 0 4E 31 63 40 1F
Octal 100 202 35 63 0 116 61 143 100 37
Binary 1000000 10000010 11101 110011 0 1001110 110001 1100011 1000000 11111

Color Harmonies of #40821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40821D

Black with #40821D

Text Example


Text Example

White with #40821D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40821D; }

 p { color: rgb(64,130,29); }

 H1.HeaderClassName
 {
   color: #40821D;
 }
 .AnyTagClassName
 {
   color: #40821D;
 }
</style>

background-color css

<style>
 a { background-color: #40821D; }

 a { background-color: rgb(64,130,29); }

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

border-color css

<style>
 span { border-color: #40821D; }

 span { border-color: rgb(64,130,29); }

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