Html Css Color HEX #407B2F Bilbao

📋 copy color: '#407B2F'

red 64 ◦ green 123 ◦ blue 47

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

Shades of Bilbao #407B2F

Tints of Bilbao #407B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.09%

R = 27.35%
G = 52.56%
B = 20.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#407B2F (or 0x407B2F) is known color: Bilbao. HEX triplet: 40, 7B and 2F. RGB value is (64,123,47). Sum of RGB (Red+Green+Blue) = 64+123+47=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 123 (48.44% from 255 or 52.56% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 123 - color contains mainly: green. Hex color #407B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B2F is #BF84D0. Grayscale: #606060. Windows color (decimal): -12551377 or 3111744. OLE color: 3111744.

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

Color convert

RGB 64 123 47 -
CMYK 0.48 0 0.62 0.52
HSL 106.58º 0.45% 0.33% -
HSV(B) 106.58º 0.62% 0.48% -
XYZ 9.71 15.46 5.16 -
YUV 96.7 99.95 104.68 -
System Red Green Blue C M Y K H S L
Decimal 64 123 47 0.48 0 0.62 0.52 106.58 0.45 0.33
Hex 40 7B 2F 30 0 3E 34 6B 2D 21
Octal 100 173 57 60 0 76 64 153 55 41
Binary 1000000 1111011 101111 110000 0 111110 110100 1101011 101101 100001

Color Harmonies of #407B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B2F

Black with #407B2F

Text Example


Text Example

White with #407B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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