Html Css Color HEX #407B1E Bilbao

📋 copy color: '#407B1E'

red 64 ◦ green 123 ◦ blue 30

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

Shades of Bilbao #407B1E

Tints of Bilbao #407B1E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 56.68%

 BLUE value IS 30 (12.11% from 255) = 13.82%

R = 29.49%
G = 56.68%
B = 13.82%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.76

 K value IS 0.52

RGB Variations

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

Color information

#407B1E (or 0x407B1E) is known color: Bilbao. HEX triplet: 40, 7B and 1E. RGB value is (64,123,30). Sum of RGB (Red+Green+Blue) = 64+123+30=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 123 (48.44% from 255 or 56.68% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 123 - color contains mainly: green. Hex color #407B1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B1E is #BF84E1. Grayscale: #5F5F5F. Windows color (decimal): -12551394 or 1997632. OLE color: 1997632.

HSL color Cylindrical-coordinate representation of color #407B1E: hue angle of 98.06º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #407B1E is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 123 30 -
CMYK 0.48 0 0.76 0.52
HSL 98.06º 0.61% 0.3% -
HSV(B) 98.06º 0.76% 0.48% -
XYZ 9.43 15.35 3.69 -
YUV 94.76 91.45 106.06 -
System Red Green Blue C M Y K H S L
Decimal 64 123 30 0.48 0 0.76 0.52 98.06 0.61 0.3
Hex 40 7B 1E 30 0 4C 34 62 3D 1E
Octal 100 173 36 60 0 114 64 142 75 36
Binary 1000000 1111011 11110 110000 0 1001100 110100 1100010 111101 11110

Color Harmonies of #407B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B1E

Black with #407B1E

Text Example


Text Example

White with #407B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,123,30); }

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

background-color css

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

 a { background-color: rgb(64,123,30); }

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

border-color css

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

 span { border-color: rgb(64,123,30); }

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