Html Css Color HEX #407C1B Bilbao

📋 copy color: '#407C1B'

red 64 ◦ green 124 ◦ blue 27

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

Shades of Bilbao #407C1B

Tints of Bilbao #407C1B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 57.67%

 BLUE value IS 27 (10.94% from 255) = 12.56%

R = 29.77%
G = 57.67%
B = 12.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#407C1B (or 0x407C1B) is known color: Bilbao. HEX triplet: 40, 7C and 1B. RGB value is (64,124,27). Sum of RGB (Red+Green+Blue) = 64+124+27=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 124 (48.83% from 255 or 57.67% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 124 - color contains mainly: green. Hex color #407C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407C1B is #BF83E4. Grayscale: #5F5F5F. Windows color (decimal): -12551141 or 1801280. OLE color: 1801280.

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

Color convert

RGB 64 124 27 -
CMYK 0.48 0 0.78 0.51
HSL 97.11º 0.64% 0.3% -
HSV(B) 97.11º 0.78% 0.49% -
XYZ 9.52 15.58 3.54 -
YUV 95 89.62 105.89 -
System Red Green Blue C M Y K H S L
Decimal 64 124 27 0.48 0 0.78 0.51 97.11 0.64 0.3
Hex 40 7C 1B 30 0 4E 33 61 40 1E
Octal 100 174 33 60 0 116 63 141 100 36
Binary 1000000 1111100 11011 110000 0 1001110 110011 1100001 1000000 11110

Color Harmonies of #407C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C1B

Black with #407C1B

Text Example


Text Example

White with #407C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,124,27); }

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

background-color css

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

 a { background-color: rgb(64,124,27); }

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

border-color css

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

 span { border-color: rgb(64,124,27); }

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