Html Css Color HEX #408029 Bilbao

📋 copy color: '#408029'

red 64 ◦ green 128 ◦ blue 41

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

Shades of Bilbao #408029

Tints of Bilbao #408029

RGB

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

 GREEN value IS 128 (50.39% from 255) = 54.94%

 BLUE value IS 41 (16.41% from 255) = 17.6%

R = 27.47%
G = 54.94%
B = 17.6%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#408029 (or 0x408029) is known color: Bilbao. HEX triplet: 40, 80 and 29. RGB value is (64,128,41). Sum of RGB (Red+Green+Blue) = 64+128+41=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #408029 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408029 is #BF7FD6. Grayscale: #636363. Windows color (decimal): -12550103 or 2719808. OLE color: 2719808.

HSL color Cylindrical-coordinate representation of color #408029: hue angle of 104.14º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #408029 is Cyan = 0.5, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 128 41 -
CMYK 0.5 0 0.68 0.50
HSL 104.14º 0.51% 0.33% -
HSV(B) 104.14º 0.68% 0.5% -
XYZ 10.23 16.69 4.78 -
YUV 98.95 95.3 103.07 -
System Red Green Blue C M Y K H S L
Decimal 64 128 41 0.5 0 0.68 0.50 104.14 0.51 0.33
Hex 40 80 29 32 0 44 32 68 33 21
Octal 100 200 51 62 0 104 62 150 63 41
Binary 1000000 10000000 101001 110010 0 1000100 110010 1101000 110011 100001

Color Harmonies of #408029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408029

Black with #408029

Text Example


Text Example

White with #408029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408029; }

 p { color: rgb(64,128,41); }

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

background-color css

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

 a { background-color: rgb(64,128,41); }

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

border-color css

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

 span { border-color: rgb(64,128,41); }

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