Html Css Color HEX #40831D Bilbao

📋 copy color: '#40831D'

red 64 ◦ green 131 ◦ blue 29

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

Shades of Bilbao #40831D

Tints of Bilbao #40831D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 58.48%

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

R = 28.57%
G = 58.48%
B = 12.95%

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

#40831D (or 0x40831D) is known color: Bilbao. HEX triplet: 40, 83 and 1D. RGB value is (64,131,29). Sum of RGB (Red+Green+Blue) = 64+131+29=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 131 (51.56% from 255 or 58.48% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 131 - color contains mainly: green. Hex color #40831D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40831D is #BF7CE2. Grayscale: #636363. Windows color (decimal): -12549347 or 1934144. OLE color: 1934144.

HSL color Cylindrical-coordinate representation of color #40831D: hue angle of 99.41º 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 #40831D is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 131 29 -
CMYK 0.51 0 0.78 0.49
HSL 99.41º 0.64% 0.31% -
HSV(B) 99.41º 0.78% 0.51% -
XYZ 10.45 17.41 3.97 -
YUV 99.34 88.3 102.79 -
System Red Green Blue C M Y K H S L
Decimal 64 131 29 0.51 0 0.78 0.49 99.41 0.64 0.31
Hex 40 83 1D 33 0 4E 31 63 40 1F
Octal 100 203 35 63 0 116 61 143 100 37
Binary 1000000 10000011 11101 110011 0 1001110 110001 1100011 1000000 11111

Color Harmonies of #40831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40831D

Black with #40831D

Text Example


Text Example

White with #40831D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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