Html Css Color HEX #407732 Bilbao

📋 copy color: '#407732'

red 64 ◦ green 119 ◦ blue 50

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

Shades of Bilbao #407732

Tints of Bilbao #407732

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.07%

 BLUE value IS 50 (19.92% from 255) = 21.46%

R = 27.47%
G = 51.07%
B = 21.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#407732 (or 0x407732) is known color: Bilbao. HEX triplet: 40, 77 and 32. RGB value is (64,119,50). Sum of RGB (Red+Green+Blue) = 64+119+50=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #407732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407732 is #BF88CD. Grayscale: #5E5E5E. Windows color (decimal): -12552398 or 3307328. OLE color: 3307328.

HSL color Cylindrical-coordinate representation of color #407732: hue angle of 107.83º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #407732 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 119 50 -
CMYK 0.46 0 0.58 0.53
HSL 107.83º 0.41% 0.33% -
HSV(B) 107.83º 0.58% 0.47% -
XYZ 9.29 14.51 5.33 -
YUV 94.69 102.78 106.11 -
System Red Green Blue C M Y K H S L
Decimal 64 119 50 0.46 0 0.58 0.53 107.83 0.41 0.33
Hex 40 77 32 2E 0 3A 35 6C 29 21
Octal 100 167 62 56 0 72 65 154 51 41
Binary 1000000 1110111 110010 101110 0 111010 110101 1101100 101001 100001

Color Harmonies of #407732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407732

Black with #407732

Text Example


Text Example

White with #407732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407732; }

 p { color: rgb(64,119,50); }

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

background-color css

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

 a { background-color: rgb(64,119,50); }

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

border-color css

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

 span { border-color: rgb(64,119,50); }

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