Html Css Color HEX #407D29 Bilbao

📋 copy color: '#407D29'

red 64 ◦ green 125 ◦ blue 41

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

Shades of Bilbao #407D29

Tints of Bilbao #407D29

RGB

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

 GREEN value IS 125 (49.22% from 255) = 54.35%

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

R = 27.83%
G = 54.35%
B = 17.83%

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

#407D29 (or 0x407D29) is known color: Bilbao. HEX triplet: 40, 7D and 29. RGB value is (64,125,41). Sum of RGB (Red+Green+Blue) = 64+125+41=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 125 (49.22% from 255 or 54.35% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 125 - color contains mainly: green. Hex color #407D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407D29 is #BF82D6. Grayscale: #616161. Windows color (decimal): -12550871 or 2719040. OLE color: 2719040.

HSL color Cylindrical-coordinate representation of color #407D29: hue angle of 103.57º degrees, saturation: 0.51, 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 #407D29 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 125 41 -
CMYK 0.49 0 0.67 0.51
HSL 103.57º 0.51% 0.33% -
HSV(B) 103.57º 0.67% 0.49% -
XYZ 9.85 15.92 4.65 -
YUV 97.19 96.29 104.33 -
System Red Green Blue C M Y K H S L
Decimal 64 125 41 0.49 0 0.67 0.51 103.57 0.51 0.33
Hex 40 7D 29 31 0 43 33 68 33 21
Octal 100 175 51 61 0 103 63 150 63 41
Binary 1000000 1111101 101001 110001 0 1000011 110011 1101000 110011 100001

Color Harmonies of #407D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407D29

Black with #407D29

Text Example


Text Example

White with #407D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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