Html Css Color HEX #407E2A Bilbao

📋 copy color: '#407E2A'

red 64 ◦ green 126 ◦ blue 42

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

Shades of Bilbao #407E2A

Tints of Bilbao #407E2A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 54.31%

 BLUE value IS 42 (16.8% from 255) = 18.1%

R = 27.59%
G = 54.31%
B = 18.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#407E2A (or 0x407E2A) is known color: Bilbao. HEX triplet: 40, 7E and 2A. RGB value is (64,126,42). Sum of RGB (Red+Green+Blue) = 64+126+42=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 126 (49.61% from 255 or 54.31% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 126 - color contains mainly: green. Hex color #407E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407E2A is #BF81D5. Grayscale: #626262. Windows color (decimal): -12550614 or 2784832. OLE color: 2784832.

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

Color convert

RGB 64 126 42 -
CMYK 0.49 0 0.67 0.51
HSL 104.29º 0.5% 0.33% -
HSV(B) 104.29º 0.67% 0.49% -
XYZ 9.99 16.18 4.79 -
YUV 97.89 96.46 103.83 -
System Red Green Blue C M Y K H S L
Decimal 64 126 42 0.49 0 0.67 0.51 104.29 0.5 0.33
Hex 40 7E 2A 31 0 43 33 68 32 21
Octal 100 176 52 61 0 103 63 150 62 41
Binary 1000000 1111110 101010 110001 0 1000011 110011 1101000 110010 100001

Color Harmonies of #407E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407E2A

Black with #407E2A

Text Example


Text Example

White with #407E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407E2A; }

 p { color: rgb(64,126,42); }

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

background-color css

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

 a { background-color: rgb(64,126,42); }

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

border-color css

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

 span { border-color: rgb(64,126,42); }

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